Struct ethcore::trace::MemoryDiff
[−]
[src]
pub struct MemoryDiff {
pub offset: usize,
pub data: Bytes,
}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, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &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, __arg_0: &MemoryDiff) -> bool[src]
fn eq(&self, __arg_0: &MemoryDiff) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &MemoryDiff) -> bool[src]
fn ne(&self, __arg_0: &MemoryDiff) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for MemoryDiff
impl Send for MemoryDiffimpl Sync for MemoryDiff
impl Sync for MemoryDiff