Struct memreader::linux::MemReader [] [src]

pub struct MemReader { /* fields omitted */ }

Methods

impl MemReader
[src]

Trait Implementations

impl ProvidesSlices for MemReader
[src]

Create a slice representing the memory between the start and end addresses.

Create a slice representing the memory between the start address and the address at start + n. Read more