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: u32Table(TableType)Tuple Fields of Table
0: TableTypeMemory(MemoryType)Tuple Fields of Memory
0: MemoryTypeTag(TagType)Tuple Fields of Tag
0: TagTypeGlobal(GlobalType)Tuple Fields of Global
0: GlobalTypeModule(u32)Tuple Fields of Module
0: u32Instance(u32)Tuple Fields of Instance
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