Struct libc::__c_anonymous_CONTEXT_XMM[][src]

#[repr(C)]
#[repr(align(16))]
pub struct __c_anonymous_CONTEXT_XMM {
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,
}

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

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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.