#[repr(C)]pub struct KNONVOLATILE_CONTEXT_POINTERS {
pub Anonymous1: KNONVOLATILE_CONTEXT_POINTERS_0,
pub Anonymous2: KNONVOLATILE_CONTEXT_POINTERS_1,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Anonymous1: KNONVOLATILE_CONTEXT_POINTERS_0
Anonymous2: KNONVOLATILE_CONTEXT_POINTERS_1
Trait Implementations
impl Clone for KNONVOLATILE_CONTEXT_POINTERS
impl Clone for KNONVOLATILE_CONTEXT_POINTERS
impl Copy for KNONVOLATILE_CONTEXT_POINTERS
Auto Trait Implementations
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
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