Struct libxml::bindings::__mbstate_t[][src]

#[repr(C)]
pub struct __mbstate_t { pub __count: c_int, pub __value: __mbstate_t__bindgen_ty_1, }

Fields

Trait Implementations

impl Copy for __mbstate_t
[src]

impl Clone for __mbstate_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for __mbstate_t

impl Sync for __mbstate_t