Struct vips_sys::__mbstate_t
[−]
[src]
#[repr(C)]pub struct __mbstate_t { pub __count: c_int, pub __value: __mbstate_t__bindgen_ty_1, }
Fields
__count: c_int
__value: __mbstate_t__bindgen_ty_1
Trait Implementations
impl Copy for __mbstate_t
[src]
impl Clone for __mbstate_t
[src]
fn clone(&self) -> __mbstate_t
[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