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