Struct winapi::um::winnt::KNONVOLATILE_CONTEXT_POINTERS_u2
source · #[repr(C)]pub struct KNONVOLATILE_CONTEXT_POINTERS_u2(_);
Implementations§
source§impl KNONVOLATILE_CONTEXT_POINTERS_u2
impl KNONVOLATILE_CONTEXT_POINTERS_u2
pub unsafe fn IntegerContext(&self) -> &[PDWORD64; 16]
pub unsafe fn IntegerContext_mut(&mut self) -> &mut [PDWORD64; 16]
pub unsafe fn s(&self) -> &KNONVOLATILE_CONTEXT_POINTERS_u2_s
pub unsafe fn s_mut(&mut self) -> &mut KNONVOLATILE_CONTEXT_POINTERS_u2_s
Trait Implementations§
source§impl Clone for KNONVOLATILE_CONTEXT_POINTERS_u2
impl Clone for KNONVOLATILE_CONTEXT_POINTERS_u2
source§fn clone(&self) -> KNONVOLATILE_CONTEXT_POINTERS_u2
fn clone(&self) -> KNONVOLATILE_CONTEXT_POINTERS_u2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for KNONVOLATILE_CONTEXT_POINTERS_u2
impl Default for KNONVOLATILE_CONTEXT_POINTERS_u2
source§fn default() -> KNONVOLATILE_CONTEXT_POINTERS_u2
fn default() -> KNONVOLATILE_CONTEXT_POINTERS_u2
Returns the “default value” for a type. Read more