Enum wasm_core::module::Export
[−]
[src]
pub enum Export { Function(u32), }
Variants
Function(u32)
Trait Implementations
impl Clone for Export
[src]
fn clone(&self) -> Export
[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