Enum kvm_rs::cap::CapBool [−][src]
#[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
Check if capabilities can be queried on VM fds (KVM_CAP_CHECK_EXTENSION_VM
).