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