Struct winapi::um::winnt::XSAVE_AREA
source · #[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§
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 Default for XSAVE_AREA
impl Default for XSAVE_AREA
source§fn default() -> XSAVE_AREA
fn default() -> XSAVE_AREA
Returns the “default value” for a type. Read more