Struct phper_sys::_G_fpos_t [−][src]
#[repr(C)]pub struct _G_fpos_t { pub __pos: __off_t, pub __state: __mbstate_t, }
Fields
__pos: __off_t__state: __mbstate_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _G_fpos_timpl UnwindSafe for _G_fpos_tBlanket Implementations
Mutably borrows from an owned value. Read more