Struct parity_wasm::elements::ImportSection
source · pub struct ImportSection(_);
Expand description
Section of the imports definition.
Implementations§
source§impl ImportSection
impl ImportSection
sourcepub fn with_entries(entries: Vec<ImportEntry>) -> Self
pub fn with_entries(entries: Vec<ImportEntry>) -> Self
New import section with provided types.
sourcepub fn entries(&self) -> &[ImportEntry]
pub fn entries(&self) -> &[ImportEntry]
List of import entries.
sourcepub fn entries_mut(&mut self) -> &mut Vec<ImportEntry>
pub fn entries_mut(&mut self) -> &mut Vec<ImportEntry>
List of import entries (mutable).
Trait Implementations§
source§impl Clone for ImportSection
impl Clone for ImportSection
source§fn clone(&self) -> ImportSection
fn clone(&self) -> ImportSection
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 ImportSection
impl Debug for ImportSection
source§impl Default for ImportSection
impl Default for ImportSection
source§fn default() -> ImportSection
fn default() -> ImportSection
Returns the “default value” for a type. Read more