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