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 ElemSegmentfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ElemSegment[src]
impl Clone for ElemSegmentfn clone(&self) -> ElemSegment[src]
fn clone(&self) -> ElemSegmentReturns 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 ElemSegmentAuto Trait Implementations
impl Send for ElemSegment
impl Send for ElemSegmentimpl Sync for ElemSegment
impl Sync for ElemSegment