#[repr(C)]
pub struct CONTEXT_0_0 {
Show 18 fields pub Header: [M128A; 2], pub Legacy: [M128A; 8], pub Xmm0: M128A, pub Xmm1: M128A, pub Xmm2: M128A, pub Xmm3: M128A, pub Xmm4: M128A, pub Xmm5: M128A, pub Xmm6: M128A, pub Xmm7: M128A, pub Xmm8: M128A, pub Xmm9: M128A, pub Xmm10: M128A, pub Xmm11: M128A, pub Xmm12: M128A, pub Xmm13: M128A, pub Xmm14: M128A, pub Xmm15: M128A,
}
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_System_Kernel"

Fields

Header: [M128A; 2]Legacy: [M128A; 8]Xmm0: M128AXmm1: M128AXmm2: M128AXmm3: M128AXmm4: M128AXmm5: M128AXmm6: M128AXmm7: M128AXmm8: M128AXmm9: M128AXmm10: M128AXmm11: M128AXmm12: M128AXmm13: M128AXmm14: M128AXmm15: M128A

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.