pub struct KvmVmType(/* private fields */);Implementations§
Trait Implementations§
impl Copy for KvmVmType
impl Eq for KvmVmType
impl StructuralPartialEq for KvmVmType
Auto Trait Implementations§
impl Freeze for KvmVmType
impl RefUnwindSafe for KvmVmType
impl Send for KvmVmType
impl Sync for KvmVmType
impl Unpin for KvmVmType
impl UnsafeUnpin for KvmVmType
impl UnwindSafe for KvmVmType
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