struct KvmVmCaps {
kvmclock_ctrl: bool,
user_noncoherent_dma: bool,
user_memory_region2: bool,
msi_devid: Arc<OnceLock<bool>>,
}Expand description
Storage for constant KVM driver caps
Fields§
§kvmclock_ctrl: bool§user_noncoherent_dma: bool§user_memory_region2: bool§msi_devid: Arc<OnceLock<bool>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for KvmVmCaps
impl RefUnwindSafe for KvmVmCaps
impl Send for KvmVmCaps
impl Sync for KvmVmCaps
impl Unpin for KvmVmCaps
impl UnwindSafe for KvmVmCaps
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