Struct web_assembler::ElemSegment[][src]

pub struct ElemSegment {
    pub index: TableIndex,
    pub offset: InitExpr,
    pub elems: Vec<FunctionSpaceIndex>,
}

Fields

Trait Implementations

impl Debug for ElemSegment
[src]

Formats the value using the given formatter. Read more

impl Clone for ElemSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Dump for ElemSegment
[src]

Auto Trait Implementations

impl Send for ElemSegment

impl Sync for ElemSegment