pub struct SimpleStackFrame { /* private fields */ }
Implementations§
Source§impl SimpleStackFrame
impl SimpleStackFrame
pub fn new(return_addr: usize) -> SimpleStackFrame
pub fn return_addr(&self) -> usize
Trait Implementations§
Source§impl Clone for SimpleStackFrame
impl Clone for SimpleStackFrame
Source§fn clone(&self) -> SimpleStackFrame
fn clone(&self) -> SimpleStackFrame
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 SimpleStackFrame
impl Debug for SimpleStackFrame
Source§impl Hash for SimpleStackFrame
impl Hash for SimpleStackFrame
Source§impl PartialEq for SimpleStackFrame
impl PartialEq for SimpleStackFrame
Source§impl PartialOrd for SimpleStackFrame
impl PartialOrd for SimpleStackFrame
impl Copy for SimpleStackFrame
impl Eq for SimpleStackFrame
impl StructuralPartialEq for SimpleStackFrame
Auto Trait Implementations§
impl Freeze for SimpleStackFrame
impl RefUnwindSafe for SimpleStackFrame
impl Send for SimpleStackFrame
impl Sync for SimpleStackFrame
impl Unpin for SimpleStackFrame
impl UnwindSafe for SimpleStackFrame
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