pub enum RamdiskControllerEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RamdiskControllerEvent
impl RefUnwindSafe for RamdiskControllerEvent
impl Send for RamdiskControllerEvent
impl Sync for RamdiskControllerEvent
impl Unpin for RamdiskControllerEvent
impl UnwindSafe for RamdiskControllerEvent
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