Enum wasmtime_environ::wasmparser::ImportSectionEntryType [−][src]
pub enum ImportSectionEntryType {
Function(u32),
Table(TableType),
Memory(MemoryType),
Tag(TagType),
Global(GlobalType),
Module(u32),
Instance(u32),
}
Variants
Function(u32)
Tuple Fields
0: u32
Table(TableType)
Tuple Fields
0: TableType
Memory(MemoryType)
Tuple Fields
0: MemoryType
Tag(TagType)
Tuple Fields
0: TagType
Global(GlobalType)
Tuple Fields
0: GlobalType
Module(u32)
Tuple Fields
0: u32
Instance(u32)
Tuple Fields
0: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImportSectionEntryType
impl Send for ImportSectionEntryType
impl Sync for ImportSectionEntryType
impl Unpin for ImportSectionEntryType
impl UnwindSafe for ImportSectionEntryType
Blanket Implementations
Mutably borrows from an owned value. Read more