#[repr(C, align(16))]pub struct _XSAVE_AREA {
pub LegacyState: XSAVE_FORMAT,
pub Header: XSAVE_AREA_HEADER,
}
Fields§
§LegacyState: XSAVE_FORMAT
§Header: XSAVE_AREA_HEADER
Trait 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 moreSource§impl Debug for _XSAVE_AREA
impl Debug for _XSAVE_AREA
Source§impl Ord for _XSAVE_AREA
impl Ord for _XSAVE_AREA
Source§fn cmp(&self, other: &_XSAVE_AREA) -> Ordering
fn cmp(&self, other: &_XSAVE_AREA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _XSAVE_AREA
impl PartialEq for _XSAVE_AREA
Source§impl PartialOrd for _XSAVE_AREA
impl PartialOrd for _XSAVE_AREA
impl Copy for _XSAVE_AREA
impl Eq for _XSAVE_AREA
impl StructuralPartialEq 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