Union phper_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
Auto Trait Implementations
impl RefUnwindSafe for __mbstate_t__bindgen_ty_1impl Send for __mbstate_t__bindgen_ty_1impl Sync for __mbstate_t__bindgen_ty_1impl Unpin for __mbstate_t__bindgen_ty_1impl UnwindSafe for __mbstate_t__bindgen_ty_1Blanket Implementations
Mutably borrows from an owned value. Read more