Struct ethcore::trace::MemoryDiff  [−][src]
A diff of some chunk of memory.
Fields
offset: usize
                           Offset into memory the change begins.
data: Bytes
                           The changed data.
Trait Implementations
impl Debug for MemoryDiff[src] 
impl Debug for MemoryDifffn 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 MemoryDiff[src] 
impl Clone for MemoryDifffn clone(&self) -> MemoryDiff[src] 
fn clone(&self) -> MemoryDiffReturns 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 PartialEq for MemoryDiff[src] 
impl PartialEq for MemoryDifffn eq(&self, other: &MemoryDiff) -> bool[src] 
fn eq(&self, other: &MemoryDiff) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &MemoryDiff) -> bool[src] 
fn ne(&self, other: &MemoryDiff) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for MemoryDiff
impl Send for MemoryDiffimpl Sync for MemoryDiff
impl Sync for MemoryDiff