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 DataSegmentfn 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 DataSegment[src]
impl Clone for DataSegmentfn clone(&self) -> DataSegment[src]
fn clone(&self) -> DataSegmentReturns 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 DataSegmentAuto Trait Implementations
impl Send for DataSegment
impl Send for DataSegmentimpl Sync for DataSegment
impl Sync for DataSegment