Struct vlfeat_sys::__mbstate_t [] [src]

#[repr(C)]
pub struct __mbstate_t { pub __mbstate8: __BindgenUnionField<[c_char; 128]>, pub _mbstateL: __BindgenUnionField<c_longlong>, pub bindgen_union_field: [u64; 16], }

Fields

Trait Implementations

impl Debug for __mbstate_t
[src]

Formats the value using the given formatter.

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