Struct parity_wasm::elements::ImportSection
source · [−]pub struct ImportSection(_);
Expand description
Section of the imports definition.
Implementations
New import section with provided types.
List of import entries.
List of import entries (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 ImportSection
impl Send for ImportSection
impl Sync for ImportSection
impl Unpin for ImportSection
impl UnwindSafe for ImportSection
Blanket Implementations
Mutably borrows from an owned value. Read more