Struct browser_window_c::c_G_fpos_t [−][src]
#[repr(C)]pub struct c_G_fpos_t {
pub __pos: c__off_t,
pub __state: c__mbstate_t,
}
Fields
__pos: c__off_t
__state: c__mbstate_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for c_G_fpos_t
impl Send for c_G_fpos_t
impl Sync for c_G_fpos_t
impl Unpin for c_G_fpos_t
impl UnwindSafe for c_G_fpos_t
Blanket Implementations
Mutably borrows from an owned value. Read more