#[repr(C)]pub struct _G_fpos_t {
pub __pos: __off_t,
pub __state: __mbstate_t,
}
Fields
__pos: __off_t
__state: __mbstate_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _G_fpos_t
impl Send for _G_fpos_t
impl Sync for _G_fpos_t
impl Unpin for _G_fpos_t
impl UnwindSafe for _G_fpos_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more