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