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: u32Table(TableType)
Tuple Fields
0: TableTypeMemory(MemoryType)
Tuple Fields
0: MemoryTypeTag(TagType)
Tuple Fields
0: TagTypeGlobal(GlobalType)
Tuple Fields
0: GlobalTypeModule(u32)
Tuple Fields
0: u32Instance(u32)
Tuple Fields
0: u32Trait 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
