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