#[repr(C)]pub struct KNONVOLATILE_CONTEXT_POINTERS {
    pub u1: KNONVOLATILE_CONTEXT_POINTERS_u1,
    pub u2: KNONVOLATILE_CONTEXT_POINTERS_u2,
}Fields§
§u1: KNONVOLATILE_CONTEXT_POINTERS_u1§u2: KNONVOLATILE_CONTEXT_POINTERS_u2Trait Implementations§
Source§impl Clone for KNONVOLATILE_CONTEXT_POINTERS
 
impl Clone for KNONVOLATILE_CONTEXT_POINTERS
Source§fn clone(&self) -> KNONVOLATILE_CONTEXT_POINTERS
 
fn clone(&self) -> KNONVOLATILE_CONTEXT_POINTERS
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 moreimpl Copy for KNONVOLATILE_CONTEXT_POINTERS
Auto Trait Implementations§
impl Freeze for KNONVOLATILE_CONTEXT_POINTERS
impl RefUnwindSafe for KNONVOLATILE_CONTEXT_POINTERS
impl Send for KNONVOLATILE_CONTEXT_POINTERS
impl Sync for KNONVOLATILE_CONTEXT_POINTERS
impl Unpin for KNONVOLATILE_CONTEXT_POINTERS
impl UnwindSafe for KNONVOLATILE_CONTEXT_POINTERS
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more