#[repr(C)]pub struct Mzp { /* private fields */ }Auto Trait Implementations§
impl Freeze for Mzp
impl RefUnwindSafe for Mzp
impl Send for Mzp
impl Sync for Mzp
impl Unpin for Mzp
impl UnwindSafe for Mzp
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