pub struct SCet;
Expand description
IA32_S_CET: supervisor mode CET configuration
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SCet
impl RefUnwindSafe for SCet
impl Send for SCet
impl Sync for SCet
impl Unpin for SCet
impl UnwindSafe for SCet
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