Struct wasm_core::executor::Backtrace
[−]
[src]
pub struct Backtrace {
pub frames: Vec<BtFrame>,
}Fields
frames: Vec<BtFrame>
Trait Implementations
impl Clone for Backtrace[src]
fn clone(&self) -> Backtrace[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more