pub struct LoadedTrapStack(/* private fields */);
Expand description
已加载的陷入栈。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoadedTrapStack
impl RefUnwindSafe for LoadedTrapStack
impl Send for LoadedTrapStack
impl Sync for LoadedTrapStack
impl Unpin for LoadedTrapStack
impl UnwindSafe for LoadedTrapStack
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