#[repr(C)]pub struct ExcepBacktrace {
stack_frame: ExcepStackFrame,
initial_fp: *const usize,
}Fields§
§stack_frame: ExcepStackFrame§initial_fp: *const usizeImplementations§
Source§impl ExcepBacktrace
impl ExcepBacktrace
pub fn new(stack_frame: ExcepStackFrame, initial_fp: *const usize) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExcepBacktrace
impl RefUnwindSafe for ExcepBacktrace
impl !Send for ExcepBacktrace
impl !Sync for ExcepBacktrace
impl Unpin for ExcepBacktrace
impl UnwindSafe for ExcepBacktrace
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