Struct parity_wasm::elements::MemorySection
source · [−]pub struct MemorySection(_);
Expand description
Section with table definition (currently only one entry is allowed).
Implementations
List of all memory entries in the section
New memory section with memory types.
Mutable list of all memory entries in the section.
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 MemorySection
impl Send for MemorySection
impl Sync for MemorySection
impl Unpin for MemorySection
impl UnwindSafe for MemorySection
Blanket Implementations
Mutably borrows from an owned value. Read more