Struct wasmparser::ComponentImport
source · Expand description
Represents an import in a WebAssembly component
Fields§
§name: &'a str
The name of the imported item.
ty: u32
The type index of the item being imported.
Trait Implementations§
source§impl<'a> Clone for ComponentImport<'a>
impl<'a> Clone for ComponentImport<'a>
source§fn clone(&self) -> ComponentImport<'a>
fn clone(&self) -> ComponentImport<'a>
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 more