#[repr(C)]
pub union KNONVOLATILE_CONTEXT_POINTERS_1 {
pub IntegerContext: [*mut u64; 16],
pub Anonymous: KNONVOLATILE_CONTEXT_POINTERS_1_0,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
IntegerContext: [*mut u64; 16]
Anonymous: KNONVOLATILE_CONTEXT_POINTERS_1_0
Trait Implementations
impl Clone for KNONVOLATILE_CONTEXT_POINTERS_1
impl Clone for KNONVOLATILE_CONTEXT_POINTERS_1
impl Copy for KNONVOLATILE_CONTEXT_POINTERS_1
Auto Trait Implementations
impl RefUnwindSafe for KNONVOLATILE_CONTEXT_POINTERS_1
impl !Send for KNONVOLATILE_CONTEXT_POINTERS_1
impl !Sync for KNONVOLATILE_CONTEXT_POINTERS_1
impl Unpin for KNONVOLATILE_CONTEXT_POINTERS_1
impl UnwindSafe for KNONVOLATILE_CONTEXT_POINTERS_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more