#[repr(C)]pub struct _KERNEL_CET_CONTEXT {
pub Ssp: DWORD64,
pub Rip: DWORD64,
pub SegCs: WORD,
pub __bindgen_anon_1: _KERNEL_CET_CONTEXT__bindgen_ty_1,
pub Fill: [WORD; 2],
}
Fields§
§Ssp: DWORD64
§Rip: DWORD64
§SegCs: WORD
§__bindgen_anon_1: _KERNEL_CET_CONTEXT__bindgen_ty_1
§Fill: [WORD; 2]
Trait Implementations§
Source§impl Clone for _KERNEL_CET_CONTEXT
impl Clone for _KERNEL_CET_CONTEXT
Source§fn clone(&self) -> _KERNEL_CET_CONTEXT
fn clone(&self) -> _KERNEL_CET_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 _KERNEL_CET_CONTEXT
Auto Trait Implementations§
impl Freeze for _KERNEL_CET_CONTEXT
impl RefUnwindSafe for _KERNEL_CET_CONTEXT
impl Send for _KERNEL_CET_CONTEXT
impl Sync for _KERNEL_CET_CONTEXT
impl Unpin for _KERNEL_CET_CONTEXT
impl UnwindSafe for _KERNEL_CET_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