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 MemoryDiff
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for MemoryDiff
[src]
impl Clone for MemoryDiff
fn clone(&self) -> MemoryDiff
[src]
fn clone(&self) -> MemoryDiff
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 PartialEq for MemoryDiff
[src]
impl PartialEq for MemoryDiff
fn eq(&self, __arg_0: &MemoryDiff) -> bool
[src]
fn eq(&self, __arg_0: &MemoryDiff) -> bool
This 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) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for MemoryDiff
impl Send for MemoryDiff
impl Sync for MemoryDiff
impl Sync for MemoryDiff