pub struct M_Status { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for M_Status
impl RefUnwindSafe for M_Status
impl Send for M_Status
impl Sync for M_Status
impl Unpin for M_Status
impl UnsafeUnpin for M_Status
impl UnwindSafe for M_Status
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