Enum wasm_encoder::EntityType [−][src]
pub enum EntityType {
Function(u32),
Table(TableType),
Memory(MemoryType),
Global(GlobalType),
Instance(u32),
Module(u32),
}Expand description
The type of an entity.
Variants
Function(u32)The nth type, which is a function.
Table(TableType)A table type.
Memory(MemoryType)A memory type.
Global(GlobalType)A global type.
Instance(u32)The nth type, which is an instance.
Module(u32)The nth type, which is a module.
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for EntityTypeimpl Send for EntityTypeimpl Sync for EntityTypeimpl Unpin for EntityTypeimpl UnwindSafe for EntityTypeBlanket Implementations
Mutably borrows from an owned value. Read more