Trait read_process_memory::CopyAddress
source · [−]pub trait CopyAddress {
fn copy_address(&self, addr: usize, buf: &mut [u8]) -> Result<()>;
}
Expand description
A trait that provides a method for reading memory from another process.