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