pub enum VirtioMemEvent {
OnConfigChanged {
plugged_size: u64,
},
}
Variants§
Implementations§
Source§impl VirtioMemEvent
impl VirtioMemEvent
pub fn into_on_config_changed(self) -> Option<u64>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VirtioMemEvent
impl RefUnwindSafe for VirtioMemEvent
impl Send for VirtioMemEvent
impl Sync for VirtioMemEvent
impl Unpin for VirtioMemEvent
impl UnwindSafe for VirtioMemEvent
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