Struct web_assembler::ElemSegment [−][src]
pub struct ElemSegment { pub index: TableIndex, pub offset: InitExpr, pub elems: Vec<FunctionSpaceIndex>, }
Fields
index: TableIndex
offset: InitExpr
elems: Vec<FunctionSpaceIndex>
Trait Implementations
impl Debug for ElemSegment
[src]
impl Debug for ElemSegment
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for ElemSegment
[src]
impl Clone for ElemSegment
fn clone(&self) -> ElemSegment
[src]
fn clone(&self) -> ElemSegment
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Dump for ElemSegment
[src]
impl Dump for ElemSegment
Auto Trait Implementations
impl Send for ElemSegment
impl Send for ElemSegment
impl Sync for ElemSegment
impl Sync for ElemSegment