Struct parity_wasm::elements::ImportSection  
                   
                       [−]
                   
               [src]
pub struct ImportSection(_);
Section of the imports definition.
Methods
impl ImportSection[src]
fn with_entries(entries: Vec<ImportEntry>) -> Self
New import section with provided types
fn entries(&self) -> &[ImportEntry]
List of import entries.
fn entries_mut(&mut self) -> &mut Vec<ImportEntry>
List of import entries (mutable).
Trait Implementations
impl Debug for ImportSection[src]
impl Default for ImportSection[src]
fn default() -> ImportSection
Returns the "default value" for a type. Read more
impl Deserialize for ImportSection[src]
type Error = Error
Serialization error produced by deserialization routine.
fn deserialize<R: Read>(reader: &mut R) -> Result<Self, Self::Error>
Deserialize type from serial i/o