#[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,
}
Expand description

Required features: "Win32_System_Hypervisor", "Win32_Foundation"

Fields

HypervisorPresent: BOOLFeatures: WHV_CAPABILITY_FEATURESExtendedVmExits: WHV_EXTENDED_VM_EXITSProcessorVendor: WHV_PROCESSOR_VENDORProcessorFeatures: WHV_PROCESSOR_FEATURESSyntheticProcessorFeaturesBanks: WHV_SYNTHETIC_PROCESSOR_FEATURES_BANKSProcessorXsaveFeatures: WHV_PROCESSOR_XSAVE_FEATURESProcessorClFlushSize: u8ExceptionExitBitmap: u64X64MsrExitBitmap: WHV_X64_MSR_EXIT_BITMAPProcessorClockFrequency: u64InterruptClockFrequency: u64ProcessorFeaturesBanks: WHV_PROCESSOR_FEATURES_BANKSGpaRangePopulateFlags: WHV_ADVISE_GPA_RANGE_POPULATE_FLAGSProcessorFrequencyCap: WHV_CAPABILITY_PROCESSOR_FREQUENCY_CAPProcessorPerfmonFeatures: WHV_PROCESSOR_PERFMON_FEATURESSchedulerFeatures: WHV_SCHEDULER_FEATURES

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.