pub struct EntryExitRecord { /* private fields */ }Implementations§
Source§impl EntryExitRecord
impl EntryExitRecord
pub fn entry_anchor_offset(&self) -> Option<u16>
pub fn entry_anchor(&self) -> Option<&Anchor>
pub fn exit_anchor_offset(&self) -> Option<u16>
pub fn exit_anchor(&self) -> Option<&Anchor>
Auto Trait Implementations§
impl Freeze for EntryExitRecord
impl RefUnwindSafe for EntryExitRecord
impl Send for EntryExitRecord
impl Sync for EntryExitRecord
impl Unpin for EntryExitRecord
impl UnsafeUnpin for EntryExitRecord
impl UnwindSafe for EntryExitRecord
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