Struct ethcore::trace::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 Clone for MemoryDiff
[src]
fn clone(&self) -> MemoryDiff
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for MemoryDiff
[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
This method tests for !=
.
impl Encodable for MemoryDiff
[src]
fn rlp_append(&self, s: &mut RlpStream)
Append a value to the stream
fn rlp_bytes(&self) -> ElasticArray1024<u8>
Get rlp-encoded bytes for this instance
impl Decodable for MemoryDiff
[src]
fn decode<D>(decoder: &D) -> Result<Self, DecoderError> where D: Decoder
Decode a value from RLP bytes