Union libnotcurses_sys::ffi::__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_1
impl Send for __mbstate_t__bindgen_ty_1
impl Sync for __mbstate_t__bindgen_ty_1
impl Unpin for __mbstate_t__bindgen_ty_1
impl UnwindSafe for __mbstate_t__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more