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 Copy for __mbstate_t
impl Clone for __mbstate_t
[src]
impl Clone for __mbstate_t
fn clone(&self) -> __mbstate_t
[src]
fn clone(&self) -> __mbstate_t
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
impl Send for __mbstate_t
impl Sync for __mbstate_t
impl Sync for __mbstate_t