#[repr(C)]pub struct mbstate_t {
pub __seq: [c_uchar; 4],
pub __reserved: [c_uchar; 4],
}
Fields§
§__seq: [c_uchar; 4]
§__reserved: [c_uchar; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mbstate_t
impl RefUnwindSafe for mbstate_t
impl Send for mbstate_t
impl Sync for mbstate_t
impl Unpin for mbstate_t
impl UnwindSafe for mbstate_t
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