#[repr(C)]pub struct s2n_stacktrace { /* private fields */ }Expand description
Opaque stack trace structure.
Trait Implementations§
Source§impl Clone for s2n_stacktrace
impl Clone for s2n_stacktrace
Source§fn clone(&self) -> s2n_stacktrace
fn clone(&self) -> s2n_stacktrace
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for s2n_stacktrace
impl Debug for s2n_stacktrace
impl Copy for s2n_stacktrace
Auto Trait Implementations§
impl Freeze for s2n_stacktrace
impl RefUnwindSafe for s2n_stacktrace
impl Send for s2n_stacktrace
impl Sync for s2n_stacktrace
impl Unpin for s2n_stacktrace
impl UnwindSafe for s2n_stacktrace
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