Struct web_assembler::DataSegment
[−]
[src]
pub struct DataSegment {
pub index: MemoryIndex,
pub offset: InitExpr,
pub data: Vec<u8>,
}Fields
index: MemoryIndex
offset: InitExpr
data: Vec<u8>
Trait Implementations
impl Debug for DataSegment[src]
impl Clone for DataSegment[src]
fn clone(&self) -> DataSegment[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