#[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 Freeze for _G_fpos_t
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)