#[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_ushortTrait Implementations§
Auto Trait Implementations§
impl Freeze for _Mbstatet
impl RefUnwindSafe for _Mbstatet
impl Send for _Mbstatet
impl Sync for _Mbstatet
impl Unpin for _Mbstatet
impl UnsafeUnpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more