Struct parity_wasm::elements::DataSection
source · pub struct DataSection(_);
Expand description
Data entries definitions.
Implementations§
source§impl DataSection
impl DataSection
sourcepub fn with_entries(entries: Vec<DataSegment>) -> Self
pub fn with_entries(entries: Vec<DataSegment>) -> Self
New data section.
sourcepub fn entries(&self) -> &[DataSegment]
pub fn entries(&self) -> &[DataSegment]
List of all data entries in the section.
sourcepub fn entries_mut(&mut self) -> &mut Vec<DataSegment>
pub fn entries_mut(&mut self) -> &mut Vec<DataSegment>
List of all data entries in the section (mutable).
Trait Implementations§
source§impl Clone for DataSection
impl Clone for DataSection
source§fn clone(&self) -> DataSection
fn clone(&self) -> DataSection
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DataSection
impl Debug for DataSection
source§impl Default for DataSection
impl Default for DataSection
source§fn default() -> DataSection
fn default() -> DataSection
Returns the “default value” for a type. Read more