#[repr(C)]pub struct XSTATE_CONTEXT {
pub Mask: DWORD64,
pub Length: DWORD,
pub Reserved1: DWORD,
pub Area: PXSAVE_AREA,
pub Buffer: PVOID,
}
Fields§
§Mask: DWORD64
§Length: DWORD
§Reserved1: DWORD
§Area: PXSAVE_AREA
§Buffer: PVOID
Trait Implementations§
Source§impl Clone for XSTATE_CONTEXT
impl Clone for XSTATE_CONTEXT
Source§fn clone(&self) -> XSTATE_CONTEXT
fn clone(&self) -> XSTATE_CONTEXT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for XSTATE_CONTEXT
Auto Trait Implementations§
impl Freeze for XSTATE_CONTEXT
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