Struct windows_sys::Win32::System::Diagnostics::Debug::KNONVOLATILE_CONTEXT_POINTERS
#[repr(C)]pub struct KNONVOLATILE_CONTEXT_POINTERS {
pub Anonymous1: KNONVOLATILE_CONTEXT_POINTERS_0,
pub Anonymous2: KNONVOLATILE_CONTEXT_POINTERS_1,
}
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§
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