Struct parity_wasm::elements::ExportSection
source · [−]pub struct ExportSection(_);
Expand description
List of exports definition.
Implementations
List of all export entries in the section.
New export section from list of export entries.
List of all export entries in the section (mutable).
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ExportSection
impl Send for ExportSection
impl Sync for ExportSection
impl Unpin for ExportSection
impl UnwindSafe for ExportSection
Blanket Implementations
Mutably borrows from an owned value. Read more