Struct windows_sys::Win32::System::SystemServices::KERNEL_CET_CONTEXT
[−]#[repr(C)]pub struct KERNEL_CET_CONTEXT {
pub Ssp: u64,
pub Rip: u64,
pub SegCs: u16,
pub Anonymous: KERNEL_CET_CONTEXT_0,
pub Fill: [u16; 2],
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
Ssp: u64
Rip: u64
SegCs: u16
Anonymous: KERNEL_CET_CONTEXT_0
Fill: [u16; 2]
Trait Implementations
impl Clone for KERNEL_CET_CONTEXT
impl Clone for KERNEL_CET_CONTEXT
impl Copy for KERNEL_CET_CONTEXT
Auto Trait Implementations
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
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