Enum wasm_encoder::ItemKind [−][src]
#[repr(u8)]
pub enum ItemKind {
Function,
Table,
Memory,
Global,
Module,
Instance,
}Expand description
Kinds of WebAssembly items
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ItemKindimpl UnwindSafe for ItemKindBlanket Implementations
Mutably borrows from an owned value. Read more