Struct parity_wasm::elements::DataSection [−][src]
pub struct DataSection(_);
Data entries definitions.
Implementations
impl DataSection[src]
impl DataSection[src]pub fn with_entries(entries: Vec<DataSegment>) -> Self[src]
New data section.
pub fn entries(&self) -> &[DataSegment][src]
List of all data entries in the section.
pub fn entries_mut(&mut self) -> &mut Vec<DataSegment>[src]
List of all data entries in the section (mutable).
Trait Implementations
impl Clone for DataSection[src]
impl Clone for DataSection[src]fn clone(&self) -> DataSection[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for DataSection[src]
impl Default for DataSection[src]fn default() -> DataSection[src]
impl Deserialize for DataSection[src]
impl Deserialize for DataSection[src]impl PartialEq<DataSection> for DataSection[src]
impl PartialEq<DataSection> for DataSection[src]fn eq(&self, other: &DataSection) -> bool[src]
fn ne(&self, other: &DataSection) -> bool[src]
impl Serialize for DataSection[src]
impl Serialize for DataSection[src]