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