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 ItemKind
impl UnwindSafe for ItemKind
Blanket Implementations
Mutably borrows from an owned value. Read more