Enum wasmtime_environ::wasm::wasmparser::NameType [−][src]
pub enum NameType { Module, Function, Local, Unknown(u32), }
Variants
Unknown(u32)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NameType
impl UnwindSafe for NameType
Blanket Implementations
Mutably borrows from an owned value. Read more