#[repr(C, align(16))]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 duplicate 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
impl 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