pub struct KvmVm;
Expand description
The device type marker for the a KVM virtual machine file descriptor.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KvmVm
impl RefUnwindSafe for KvmVm
impl Send for KvmVm
impl Sync for KvmVm
impl Unpin for KvmVm
impl UnwindSafe for KvmVm
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