Union windows_sys::Win32::System::Diagnostics::Debug::CONTEXT_0
[−]#[repr(C)]
pub union CONTEXT_0 {
pub FltSave: XSAVE_FORMAT,
pub Anonymous: CONTEXT_0_0,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_System_Kernel"
Fields
FltSave: XSAVE_FORMAT
Anonymous: CONTEXT_0_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CONTEXT_0
impl Send for CONTEXT_0
impl Sync for CONTEXT_0
impl Unpin for CONTEXT_0
impl UnwindSafe for CONTEXT_0
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