Struct windows_sys::Win32::System::Diagnostics::Debug::XSAVE_AREA_HEADER
[−]#[repr(C)]pub struct XSAVE_AREA_HEADER {
pub Mask: u64,
pub CompactionMask: u64,
pub Reserved2: [u64; 6],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Mask: u64
CompactionMask: u64
Reserved2: [u64; 6]
Trait Implementations
impl Clone for XSAVE_AREA_HEADER
impl Clone for XSAVE_AREA_HEADER
impl Copy for XSAVE_AREA_HEADER
Auto Trait Implementations
impl RefUnwindSafe for XSAVE_AREA_HEADER
impl Send for XSAVE_AREA_HEADER
impl Sync for XSAVE_AREA_HEADER
impl Unpin for XSAVE_AREA_HEADER
impl UnwindSafe for XSAVE_AREA_HEADER
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