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 Clone for __mbstate_t__bindgen_ty_1
[src]
fn clone(&self) -> __mbstate_t__bindgen_ty_1
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more