#[repr(u64)]pub enum CapBool {
CheckExtensionVm,
}
Expand description
Definition of capabilities that return a bool value indicating whether the capability is supported or not.
Variants§
CheckExtensionVm
Check if capabilities can be queried on VM fds (KVM_CAP_CHECK_EXTENSION_VM
).
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CapBool
impl Send for CapBool
impl Sync for CapBool
impl Unpin for CapBool
impl UnwindSafe for CapBool
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