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