Struct greenwasm_execution::runtime_structure::ExportInst[][src]

pub struct ExportInst<'ast> {
    pub name: &'ast Name,
    pub value: ExternVal,
}

Fields

Trait Implementations

impl<'ast> Clone for ExportInst<'ast>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'ast> Debug for ExportInst<'ast>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'ast> Send for ExportInst<'ast>

impl<'ast> Sync for ExportInst<'ast>