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 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