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
.
Tuple Fields of Func
0: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Element
impl UnwindSafe for Element
Blanket Implementations
Mutably borrows from an owned value. Read more