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