#[repr(C)]pub struct CfiProtectedFn { /* private fields */ }
Expand description
CFI-protected function pointer.
Implementations§
Auto Trait Implementations§
impl Freeze for CfiProtectedFn
impl RefUnwindSafe for CfiProtectedFn
impl !Send for CfiProtectedFn
impl !Sync for CfiProtectedFn
impl Unpin for CfiProtectedFn
impl UnwindSafe for CfiProtectedFn
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