#[repr(C)]
pub struct XSaveLegacy { pub fcw: Fcw, pub fsw: Fsw, pub ftw: u8, pub fop: u16, pub fip: u64, pub fdp: u64, pub mxcsr: MxCsr, pub mxcsr_mask: MxCsr, pub mm: [MmField; 8], pub xmm: [Xmm; 16], /* private fields */ }
Expand description

The XSave Legacy Area

Fields

fcw: Fcwfsw: Fswftw: u8fop: u16fip: u64fdp: u64mxcsr: MxCsrmxcsr_mask: MxCsrmm: [MmField; 8]xmm: [Xmm; 16]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

The constant default value.

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.