Union vips_sys::__mbstate_t__bindgen_ty_1 [−][src]
#[repr(C)]pub union __mbstate_t__bindgen_ty_1 { pub __wch: c_uint, pub __wchb: [c_char; 4], // some fields omitted }
Fields
__wch: c_uint
__wchb: [c_char; 4]
Trait Implementations
impl Copy for __mbstate_t__bindgen_ty_1
[src]
impl Copy for __mbstate_t__bindgen_ty_1
impl Clone for __mbstate_t__bindgen_ty_1
[src]
impl Clone for __mbstate_t__bindgen_ty_1
fn clone(&self) -> __mbstate_t__bindgen_ty_1
[src]
fn clone(&self) -> __mbstate_t__bindgen_ty_1
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for __mbstate_t__bindgen_ty_1
impl Send for __mbstate_t__bindgen_ty_1
impl Sync for __mbstate_t__bindgen_ty_1
impl Sync for __mbstate_t__bindgen_ty_1