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