#[repr(C)]pub struct XSAVE_AREA {
pub LegacyState: XSAVE_FORMAT,
pub Header: XSAVE_AREA_HEADER,
}
Fields
LegacyState: XSAVE_FORMAT
Header: XSAVE_AREA_HEADER
Trait Implementations
sourceimpl Clone for XSAVE_AREA
impl Clone for XSAVE_AREA
sourcefn clone(&self) -> XSAVE_AREA
fn clone(&self) -> XSAVE_AREA
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
Auto Trait Implementations
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
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