Enum wasm_encoder::adapter::OuterAliasIndex [−][src]
Expand description
Represents an index for an outer alias.
Variants
Module(u32)
Tuple Fields
0: u32
The index is a module index.
Type(u32)
Tuple Fields
0: u32
The index is a type index.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for OuterAliasIndex
impl Send for OuterAliasIndex
impl Sync for OuterAliasIndex
impl Unpin for OuterAliasIndex
impl UnwindSafe for OuterAliasIndex
Blanket Implementations
Mutably borrows from an owned value. Read more