Struct windows_sys::Win32::System::Diagnostics::Debug::XSAVE_AREA
[−]#[repr(C)]pub struct XSAVE_AREA {
pub LegacyState: XSAVE_FORMAT,
pub Header: XSAVE_AREA_HEADER,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
LegacyState: XSAVE_FORMAT
Header: XSAVE_AREA_HEADER
Trait Implementations
impl Clone for XSAVE_AREA
impl Clone for XSAVE_AREA
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