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 of Function
0: u32
Table(TableType)
Tuple Fields of Table
0: TableType
Memory(MemoryType)
Tuple Fields of Memory
0: MemoryType
Tag(TagType)
Tuple Fields of Tag
0: TagType
Global(GlobalType)
Tuple Fields of Global
0: GlobalType
Module(u32)
Tuple Fields of Module
0: u32
Instance(u32)
Tuple Fields of Instance
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