Struct raylib::ffi::_G_fpos64_t [−][src]
#[repr(C)]pub struct _G_fpos64_t {
pub __pos: i64,
pub __state: __mbstate_t,
}
Fields
__pos: i64
__state: __mbstate_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _G_fpos64_t
impl Send for _G_fpos64_t
impl Sync for _G_fpos64_t
impl Unpin for _G_fpos64_t
impl UnwindSafe for _G_fpos64_t
Blanket Implementations
Mutably borrows from an owned value. Read more