Struct web_assembler::DataSegment[][src]

pub struct DataSegment {
    pub index: MemoryIndex,
    pub offset: InitExpr,
    pub data: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for DataSegment
[src]

Formats the value using the given formatter. Read more

impl Clone for DataSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Dump for DataSegment
[src]

Auto Trait Implementations

impl Send for DataSegment

impl Sync for DataSegment