pub struct MSC { /* private fields */ }
Expand description
MSC
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MSC
impl RefUnwindSafe for MSC
impl !Sync for MSC
impl Unpin for MSC
impl UnwindSafe for MSC
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