[][src]Struct vigem_sys::binds::_CONTEXT__bindgen_ty_1__bindgen_ty_1

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

impl Clone for _CONTEXT__bindgen_ty_1__bindgen_ty_1[src]

impl Copy for _CONTEXT__bindgen_ty_1__bindgen_ty_1[src]

impl Debug for _CONTEXT__bindgen_ty_1__bindgen_ty_1[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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.