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