Enum wasm_core::module::Export [] [src]

pub enum Export {
    Function(u32),
}

Variants

Trait Implementations

impl Clone for Export
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Export
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Export

impl Sync for Export