Struct wasm_core::executor::BtFrame [] [src]

pub struct BtFrame {
    pub name: Option<String>,
}

Fields

Trait Implementations

impl Clone for BtFrame
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BtFrame
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BtFrame

impl Sync for BtFrame