Struct wasm_encoder::IndirectNameMap [−][src]
pub struct IndirectNameMap { /* fields omitted */ }
Expand description
A map used to describe names with two levels of indirection, as opposed to a
NameMap
which has one level of indirection.
This naming map is used with NameSection::locals
, for example.
Implementations
Creates a new empty name map.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IndirectNameMap
impl Send for IndirectNameMap
impl Sync for IndirectNameMap
impl Unpin for IndirectNameMap
impl UnwindSafe for IndirectNameMap
Blanket Implementations
Mutably borrows from an owned value. Read more