Struct web_assembler::ElemSegment
[−]
[src]
pub struct ElemSegment { pub index: TableIndex, pub offest: InitExpr, pub elems: Vec<u32>, }
Fields
index: TableIndex
offest: InitExpr
elems: Vec<u32>
Trait Implementations
impl Debug for ElemSegment
[src]
impl Clone for ElemSegment
[src]
fn clone(&self) -> ElemSegment
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more