Struct winapi::winnt::KNONVOLATILE_CONTEXT_POINTERS [] [src]

pub struct KNONVOLATILE_CONTEXT_POINTERS {
    pub FloatingContext: [PM128A; 16],
    pub IntegerContext: [PDWORD64; 16],
}

Fields

FloatingContext: [PM128A; 16] IntegerContext: [PDWORD64; 16]

Methods

impl KNONVOLATILE_CONTEXT_POINTERS
[src]

unsafe fn Xmms(&self) -> &KNONVOLATILE_CONTEXT_POINTERS_u1

unsafe fn Xmms_mut(&mut self) -> &mut KNONVOLATILE_CONTEXT_POINTERS_u1

impl KNONVOLATILE_CONTEXT_POINTERS
[src]

unsafe fn Regs(&self) -> &KNONVOLATILE_CONTEXT_POINTERS_u2

unsafe fn Regs_mut(&mut self) -> &mut KNONVOLATILE_CONTEXT_POINTERS_u2

Trait Implementations

impl Debug for KNONVOLATILE_CONTEXT_POINTERS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for KNONVOLATILE_CONTEXT_POINTERS
[src]

impl Clone for KNONVOLATILE_CONTEXT_POINTERS
[src]

fn clone(&self) -> KNONVOLATILE_CONTEXT_POINTERS

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more