Struct windows_sys::Win32::System::Diagnostics::Debug::XSTATE_CONFIGURATION
[−]#[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: u64
EnabledVolatileFeatures: u64
Size: u32
Anonymous: XSTATE_CONFIGURATION_0
Features: [XSTATE_FEATURE; 64]
EnabledSupervisorFeatures: u64
AlignedFeatures: u64
AllFeatureSize: u32
AllFeatures: [u32; 64]
EnabledUserVisibleSupervisorFeatures: u64
ExtendedFeatureDisableFeatures: u64
AllNonLargeFeatureSize: u32
Spare: u32
Trait Implementations
impl Clone for XSTATE_CONFIGURATION
impl Clone for XSTATE_CONFIGURATION
impl Copy for XSTATE_CONFIGURATION
Auto Trait Implementations
impl RefUnwindSafe for XSTATE_CONFIGURATION
impl Send for XSTATE_CONFIGURATION
impl Sync for XSTATE_CONFIGURATION
impl Unpin for XSTATE_CONFIGURATION
impl UnwindSafe for XSTATE_CONFIGURATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more