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