#[repr(C)]pub union _mbstate_t__bindgen_ty_1 {
pub __wch: wint_t,
pub __wchb: [c_uchar; 4],
pub __ucs: __uint32_t,
pub __ucs2: __uint16_t,
}Fields§
§__wch: wint_t§__wchb: [c_uchar; 4]§__ucs: __uint32_t§__ucs2: __uint16_tTrait Implementations§
Source§impl Clone for _mbstate_t__bindgen_ty_1
impl Clone for _mbstate_t__bindgen_ty_1
Source§fn clone(&self) -> _mbstate_t__bindgen_ty_1
fn clone(&self) -> _mbstate_t__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for _mbstate_t__bindgen_ty_1
impl Default for _mbstate_t__bindgen_ty_1
impl Copy for _mbstate_t__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for _mbstate_t__bindgen_ty_1
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 UnsafeUnpin for _mbstate_t__bindgen_ty_1
impl UnwindSafe for _mbstate_t__bindgen_ty_1
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more