Struct parity_wasm::elements::DataSection
source · [−]pub struct DataSection(_);
Expand description
Data entries definitions.
Implementations
New data section.
List of all data entries in the section.
List of all data 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 DataSection
impl Send for DataSection
impl Sync for DataSection
impl Unpin for DataSection
impl UnwindSafe for DataSection
Blanket Implementations
Mutably borrows from an owned value. Read more