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