[][src]Struct winapi::um::winnt::KNONVOLATILE_CONTEXT_POINTERS_u1_s

#[repr(C)]pub struct KNONVOLATILE_CONTEXT_POINTERS_u1_s {
    pub Xmm0: PM128A,
    pub Xmm1: PM128A,
    pub Xmm2: PM128A,
    pub Xmm3: PM128A,
    pub Xmm4: PM128A,
    pub Xmm5: PM128A,
    pub Xmm6: PM128A,
    pub Xmm7: PM128A,
    pub Xmm8: PM128A,
    pub Xmm9: PM128A,
    pub Xmm10: PM128A,
    pub Xmm11: PM128A,
    pub Xmm12: PM128A,
    pub Xmm13: PM128A,
    pub Xmm14: PM128A,
    pub Xmm15: PM128A,
}

Fields

Xmm0: PM128AXmm1: PM128AXmm2: PM128AXmm3: PM128AXmm4: PM128AXmm5: PM128AXmm6: PM128AXmm7: PM128AXmm8: PM128AXmm9: PM128AXmm10: PM128AXmm11: PM128AXmm12: PM128AXmm13: PM128AXmm14: PM128AXmm15: PM128A

Trait Implementations

impl Clone for KNONVOLATILE_CONTEXT_POINTERS_u1_s[src]

impl Copy for KNONVOLATILE_CONTEXT_POINTERS_u1_s[src]

impl Default for KNONVOLATILE_CONTEXT_POINTERS_u1_s[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.