Union windows_sys::Win32::System::Hypervisor::WHV_CAPABILITY
#[repr(C)]
pub union WHV_CAPABILITY {
Show 17 fields
pub HypervisorPresent: BOOL,
pub Features: WHV_CAPABILITY_FEATURES,
pub ExtendedVmExits: WHV_EXTENDED_VM_EXITS,
pub ProcessorVendor: WHV_PROCESSOR_VENDOR,
pub ProcessorFeatures: WHV_PROCESSOR_FEATURES,
pub SyntheticProcessorFeaturesBanks: WHV_SYNTHETIC_PROCESSOR_FEATURES_BANKS,
pub ProcessorXsaveFeatures: WHV_PROCESSOR_XSAVE_FEATURES,
pub ProcessorClFlushSize: u8,
pub ExceptionExitBitmap: u64,
pub X64MsrExitBitmap: WHV_X64_MSR_EXIT_BITMAP,
pub ProcessorClockFrequency: u64,
pub InterruptClockFrequency: u64,
pub ProcessorFeaturesBanks: WHV_PROCESSOR_FEATURES_BANKS,
pub GpaRangePopulateFlags: WHV_ADVISE_GPA_RANGE_POPULATE_FLAGS,
pub ProcessorFrequencyCap: WHV_CAPABILITY_PROCESSOR_FREQUENCY_CAP,
pub ProcessorPerfmonFeatures: WHV_PROCESSOR_PERFMON_FEATURES,
pub SchedulerFeatures: WHV_SCHEDULER_FEATURES,
}
Fields§
§HypervisorPresent: BOOL
§Features: WHV_CAPABILITY_FEATURES
§ExtendedVmExits: WHV_EXTENDED_VM_EXITS
§ProcessorVendor: WHV_PROCESSOR_VENDOR
§ProcessorFeatures: WHV_PROCESSOR_FEATURES
§SyntheticProcessorFeaturesBanks: WHV_SYNTHETIC_PROCESSOR_FEATURES_BANKS
§ProcessorXsaveFeatures: WHV_PROCESSOR_XSAVE_FEATURES
§ProcessorClFlushSize: u8
§ExceptionExitBitmap: u64
§X64MsrExitBitmap: WHV_X64_MSR_EXIT_BITMAP
§ProcessorClockFrequency: u64
§InterruptClockFrequency: u64
§ProcessorFeaturesBanks: WHV_PROCESSOR_FEATURES_BANKS
§GpaRangePopulateFlags: WHV_ADVISE_GPA_RANGE_POPULATE_FLAGS
§ProcessorFrequencyCap: WHV_CAPABILITY_PROCESSOR_FREQUENCY_CAP
§ProcessorPerfmonFeatures: WHV_PROCESSOR_PERFMON_FEATURES
§SchedulerFeatures: WHV_SCHEDULER_FEATURES
Trait Implementations§
§impl Clone for WHV_CAPABILITY
impl Clone for WHV_CAPABILITY
§fn clone(&self) -> WHV_CAPABILITY
fn clone(&self) -> WHV_CAPABILITY
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 moreimpl Copy for WHV_CAPABILITY
Auto Trait Implementations§
impl Freeze for WHV_CAPABILITY
impl RefUnwindSafe for WHV_CAPABILITY
impl Send for WHV_CAPABILITY
impl Sync for WHV_CAPABILITY
impl Unpin for WHV_CAPABILITY
impl UnwindSafe for WHV_CAPABILITY
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)