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