Struct gdb_command::memory::MemoryObject
source · Expand description
MemoryObject
represents raw data in memory.
Fields§
§address: u64
Memory start address
data: Vec<u8>
Memory contents
Implementations§
source§impl MemoryObject
impl MemoryObject
Trait Implementations§
source§impl Clone for MemoryObject
impl Clone for MemoryObject
source§fn clone(&self) -> MemoryObject
fn clone(&self) -> MemoryObject
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more