Struct waffle::InterpStackFrame
source · pub struct InterpStackFrame { /* private fields */ }Trait Implementations§
source§impl Clone for InterpStackFrame
impl Clone for InterpStackFrame
source§fn clone(&self) -> InterpStackFrame
fn clone(&self) -> InterpStackFrame
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 InterpStackFrame
impl Debug for InterpStackFrame
source§impl Default for InterpStackFrame
impl Default for InterpStackFrame
source§fn default() -> InterpStackFrame
fn default() -> InterpStackFrame
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InterpStackFrame
impl RefUnwindSafe for InterpStackFrame
impl Send for InterpStackFrame
impl Sync for InterpStackFrame
impl Unpin for InterpStackFrame
impl UnwindSafe for InterpStackFrame
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