#[repr(C)]
pub struct XSAVE_FORMAT {
Show 16 fields pub ControlWord: u16, pub StatusWord: u16, pub TagWord: u8, pub Reserved1: u8, pub ErrorOpcode: u16, pub ErrorOffset: u32, pub ErrorSelector: u16, pub Reserved2: u16, pub DataOffset: u32, pub DataSelector: u16, pub Reserved3: u16, pub MxCsr: u32, pub MxCsr_Mask: u32, pub FloatRegisters: [M128A; 8], pub XmmRegisters: [M128A; 16], pub Reserved4: [u8; 96],
}
Expand description

Required features: "Win32_System_Diagnostics_Debug"

Fields

ControlWord: u16StatusWord: u16TagWord: u8Reserved1: u8ErrorOpcode: u16ErrorOffset: u32ErrorSelector: u16Reserved2: u16DataOffset: u32DataSelector: u16Reserved3: u16MxCsr: u32MxCsr_Mask: u32FloatRegisters: [M128A; 8]XmmRegisters: [M128A; 16]Reserved4: [u8; 96]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.