#[repr(C)]pub enum VMXCap {
PINBASED = 0,
PROCBASED = 1,
PROCBASED2 = 2,
ENTRY = 3,
EXIT = 4,
PREEMPTION_TIMER = 32,
}Expand description
VMX cabability
Variants§
PINBASED = 0
Pin-based VMX capabilities
PROCBASED = 1
Primary proc-based VMX capabilities
PROCBASED2 = 2
Secondary proc-based VMX capabilities
ENTRY = 3
VM-entry VMX capabilities
EXIT = 4
VM-exit VMX capabilities
PREEMPTION_TIMER = 32
VMX preemption timer frequency
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VMXCap
impl RefUnwindSafe for VMXCap
impl Send for VMXCap
impl Sync for VMXCap
impl Unpin for VMXCap
impl UnwindSafe for VMXCap
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