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