Struct wasm_encoder::ElementSegment [−][src]
pub struct ElementSegment<'a> { pub mode: ElementMode<'a>, pub element_type: ValType, pub elements: Elements<'a>, }
Expand description
An element segment in the element section.
Fields
mode: ElementMode<'a>
The element segment’s mode.
element_type: ValType
The element segment’s type.
elements: Elements<'a>
This segment’s elements.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ElementSegment<'a>
impl<'a> Send for ElementSegment<'a>
impl<'a> Sync for ElementSegment<'a>
impl<'a> Unpin for ElementSegment<'a>
impl<'a> UnwindSafe for ElementSegment<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more