pub struct CfiLabel(/* private fields */);
Expand description
CFI label for function identification.
Implementations§
Auto Trait Implementations§
impl Freeze for CfiLabel
impl RefUnwindSafe for CfiLabel
impl Send for CfiLabel
impl Sync for CfiLabel
impl Unpin for CfiLabel
impl UnwindSafe for CfiLabel
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