Enum wasmtime_environ::wasmparser::NameType [−][src]
pub enum NameType {
Module,
Function,
Local,
Label,
Type,
Table,
Memory,
Global,
Element,
Data,
Unknown(u32),
}
Variants
Module
Function
Local
Label
Type
Table
Memory
Global
Element
Data
Unknown(u32)
Tuple Fields
0: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NameType
impl UnwindSafe for NameType
Blanket Implementations
Mutably borrows from an owned value. Read more