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