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