pub struct MCNTR { /* private fields */ }Expand description
Value of the field
Implementations§
Auto Trait Implementations§
impl Freeze for MCNTR
impl RefUnwindSafe for MCNTR
impl Send for MCNTR
impl Sync for MCNTR
impl Unpin for MCNTR
impl UnwindSafe for MCNTR
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