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