#[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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)