#[repr(C)]pub struct XSAVE_AREA_HEADER {
    pub Mask: DWORD64,
    pub CompactionMask: DWORD64,
    pub Reserved2: [DWORD64; 6],
}Fields
Mask: DWORD64CompactionMask: DWORD64Reserved2: [DWORD64; 6]Trait Implementations
sourceimpl Clone for XSAVE_AREA_HEADER
 
impl Clone for XSAVE_AREA_HEADER
sourcefn clone(&self) -> XSAVE_AREA_HEADER
 
fn clone(&self) -> XSAVE_AREA_HEADER
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
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