#[repr(C)]pub struct XSAVE_AREA {
    pub LegacyState: XSAVE_FORMAT,
    pub Header: XSAVE_AREA_HEADER,
}Fields§
§LegacyState: XSAVE_FORMAT§Header: XSAVE_AREA_HEADERTrait Implementations§
Source§impl Clone for XSAVE_AREA
 
impl Clone for XSAVE_AREA
Source§fn clone(&self) -> XSAVE_AREA
 
fn clone(&self) -> XSAVE_AREA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for XSAVE_AREA
Auto Trait Implementations§
impl Freeze for XSAVE_AREA
impl RefUnwindSafe for XSAVE_AREA
impl Send for XSAVE_AREA
impl Sync for XSAVE_AREA
impl Unpin for XSAVE_AREA
impl UnwindSafe for XSAVE_AREA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more