Struct windows_sys::Wdk::System::SystemServices::XSTATE_SAVE_0_0
#[repr(C)]pub struct XSTATE_SAVE_0_0 {
pub Reserved1: i64,
pub Reserved2: u32,
pub Prev: *mut XSTATE_SAVE,
pub Reserved3: *mut XSAVE_AREA,
pub Thread: *mut isize,
pub Reserved4: *mut c_void,
pub Level: u8,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§Reserved1: i64
§Reserved2: u32
§Prev: *mut XSTATE_SAVE
§Reserved3: *mut XSAVE_AREA
§Thread: *mut isize
§Reserved4: *mut c_void
§Level: u8
Trait Implementations§
§impl Clone for XSTATE_SAVE_0_0
impl Clone for XSTATE_SAVE_0_0
impl Copy for XSTATE_SAVE_0_0
Auto Trait Implementations§
impl RefUnwindSafe for XSTATE_SAVE_0_0
impl !Send for XSTATE_SAVE_0_0
impl !Sync for XSTATE_SAVE_0_0
impl Unpin for XSTATE_SAVE_0_0
impl UnwindSafe for XSTATE_SAVE_0_0
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