Struct wasm_core::module::DataSegment
[−]
[src]
pub struct DataSegment {
pub offset: u32,
pub data: Vec<u8>,
}Fields
offset: u32
data: Vec<u8>
Trait Implementations
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