#[repr(C)]pub struct TrapEntry;
Auto Trait Implementations§
impl Freeze for TrapEntry
impl RefUnwindSafe for TrapEntry
impl Send for TrapEntry
impl Sync for TrapEntry
impl Unpin for TrapEntry
impl UnwindSafe for TrapEntry
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