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,
}Fields§
§Mask: u64§Length: u32§Reserved1: u32§Area: *mut XSAVE_AREA§Buffer: *mut c_voidTrait 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§
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