Struct wasm_core::module::Native
[−]
[src]
pub struct Native {
pub module: String,
pub field: String,
pub typeidx: u32,
}Fields
module: String
field: String
typeidx: u32
Trait Implementations
impl Clone for Native[src]
fn clone(&self) -> Native[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