Struct windows_sys::Win32::System::Diagnostics::Debug::XSTATE_CONTEXT
[−]#[repr(C)]pub struct XSTATE_CONTEXT {
pub Mask: u64,
pub Length: u32,
pub Reserved1: u32,
pub Area: *mut XSAVE_AREA,
pub Buffer: *mut c_void,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Mask: u64
Length: u32
Reserved1: u32
Area: *mut XSAVE_AREA
Buffer: *mut c_void
Trait Implementations
impl Clone for XSTATE_CONTEXT
impl Clone for XSTATE_CONTEXT
impl Copy for XSTATE_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for XSTATE_CONTEXT
impl !Send for XSTATE_CONTEXT
impl !Sync for XSTATE_CONTEXT
impl Unpin for XSTATE_CONTEXT
impl UnwindSafe for XSTATE_CONTEXT
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