#[repr(C)]
pub struct XSTATE_CONFIGURATION {
Show 13 fields pub EnabledFeatures: u64, pub EnabledVolatileFeatures: u64, pub Size: u32, pub Anonymous: XSTATE_CONFIGURATION_0, pub Features: [XSTATE_FEATURE; 64], pub EnabledSupervisorFeatures: u64, pub AlignedFeatures: u64, pub AllFeatureSize: u32, pub AllFeatures: [u32; 64], pub EnabledUserVisibleSupervisorFeatures: u64, pub ExtendedFeatureDisableFeatures: u64, pub AllNonLargeFeatureSize: u32, pub Spare: u32,
}
Expand description

Required features: "Win32_System_Diagnostics_Debug"

Fields

EnabledFeatures: u64EnabledVolatileFeatures: u64Size: u32Anonymous: XSTATE_CONFIGURATION_0Features: [XSTATE_FEATURE; 64]EnabledSupervisorFeatures: u64AlignedFeatures: u64AllFeatureSize: u32AllFeatures: [u32; 64]EnabledUserVisibleSupervisorFeatures: u64ExtendedFeatureDisableFeatures: u64AllNonLargeFeatureSize: u32Spare: u32

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.