pub struct KvmSystem;
Expand description
The device type marker for the main KVM file descriptor, typically obtained
by opening /dev/kvm
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KvmSystem
impl RefUnwindSafe for KvmSystem
impl Send for KvmSystem
impl Sync for KvmSystem
impl Unpin for KvmSystem
impl UnwindSafe for KvmSystem
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