#[repr(C)]
pub union KNONVOLATILE_CONTEXT_POINTERS_1 {
pub IntegerContext: [*mut u64; 16],
pub Anonymous: KNONVOLATILE_CONTEXT_POINTERS_1_0,
}
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§
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