#[repr(C)]pub struct _Mbstatet {
pub _Wchar: c_ulong,
pub _Byte: c_ushort,
pub _State: c_ushort,
}
Fields§
§_Wchar: c_ulong
§_Byte: c_ushort
§_State: c_ushort
Trait Implementations§
Source§impl Ord for _Mbstatet
impl Ord for _Mbstatet
Source§impl PartialOrd for _Mbstatet
impl PartialOrd for _Mbstatet
impl Copy for _Mbstatet
impl Eq for _Mbstatet
impl StructuralPartialEq for _Mbstatet
Auto Trait Implementations§
impl Freeze for _Mbstatet
impl RefUnwindSafe for _Mbstatet
impl Send for _Mbstatet
impl Sync for _Mbstatet
impl Unpin for _Mbstatet
impl UnwindSafe for _Mbstatet
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