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

#[repr(C)]
pub struct CONTEXT_u_s { 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 Copy for CONTEXT_u_s[src]

impl Clone for CONTEXT_u_s[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CONTEXT_u_s

impl Sync for CONTEXT_u_s

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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