Enum simics_api_sys::bindings::vmp_feature_t
source · #[repr(u32)]pub enum vmp_feature_t {
Vmp_Feature_Ept = 0,
Vmp_Feature_Tpr_Threshold = 1,
Vmp_Feature_Unrestricted_Guest = 2,
Vmp_Feature_Backoff = 3,
Vmp_Feature_Shadow_VMCS = 4,
Vmp_Feature_Nested_EPT = 5,
Vmp_Feature_Direct_Rdtsc = 6,
}
Expand description
ADD INTERFACE x86_vmp_control_interface
Variants§
Vmp_Feature_Ept = 0
Vmp_Feature_Tpr_Threshold = 1
Vmp_Feature_Unrestricted_Guest = 2
Vmp_Feature_Backoff = 3
Vmp_Feature_Shadow_VMCS = 4
Vmp_Feature_Nested_EPT = 5
Vmp_Feature_Direct_Rdtsc = 6
Trait Implementations§
source§impl Clone for vmp_feature_t
impl Clone for vmp_feature_t
source§fn clone(&self) -> vmp_feature_t
fn clone(&self) -> vmp_feature_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for vmp_feature_t
impl Debug for vmp_feature_t
source§impl Hash for vmp_feature_t
impl Hash for vmp_feature_t
source§impl Ord for vmp_feature_t
impl Ord for vmp_feature_t
source§fn cmp(&self, other: &vmp_feature_t) -> Ordering
fn cmp(&self, other: &vmp_feature_t) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for vmp_feature_t
impl PartialEq for vmp_feature_t
source§impl PartialOrd for vmp_feature_t
impl PartialOrd for vmp_feature_t
impl Copy for vmp_feature_t
impl Eq for vmp_feature_t
impl StructuralPartialEq for vmp_feature_t
Auto Trait Implementations§
impl Freeze for vmp_feature_t
impl RefUnwindSafe for vmp_feature_t
impl Send for vmp_feature_t
impl Sync for vmp_feature_t
impl Unpin for vmp_feature_t
impl UnwindSafe for vmp_feature_t
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)