pub struct CfiProtection { /* private fields */ }
Expand description
CFI protection implementation.
Implementations§
Source§impl CfiProtection
impl CfiProtection
Auto Trait Implementations§
impl !Freeze for CfiProtection
impl RefUnwindSafe for CfiProtection
impl Send for CfiProtection
impl Sync for CfiProtection
impl Unpin for CfiProtection
impl UnwindSafe for CfiProtection
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