Enum wasm_encoder::Element [−][src]
pub enum Element {
Null,
Func(u32),
}Expand description
An element in a segment in the element section.
Variants
Null
A null reference.
Func(u32)
Tuple Fields
0: u32A ref.func n.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Element
impl UnwindSafe for Element
Blanket Implementations
Mutably borrows from an owned value. Read more
