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 Debug for DataSegment
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 DataSegment
[src]
impl Clone for DataSegment
fn clone(&self) -> DataSegment
[src]
fn clone(&self) -> DataSegment
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 DataSegment
[src]
impl Dump for DataSegment
Auto Trait Implementations
impl Send for DataSegment
impl Send for DataSegment
impl Sync for DataSegment
impl Sync for DataSegment