Struct libnotcurses_sys::ffi::_G_fpos_t [−][src]
#[repr(C)]pub struct _G_fpos_t { pub __pos: __off_t, pub __state: __mbstate_t, }
Expand description
The tag name of this struct is _G_fpos_t to preserve historic C++ mangled names for functions taking fpos_t arguments. That name should not be used in new code.
Fields
__pos: __off_t
__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