Registers

Type Alias Registers 

Source
pub type Registers = HashMap<String, u64>;
Expand description

Registers is a map from register name to it’s value.

Aliased Type§

pub struct Registers { /* private fields */ }

Trait Implementations§

Source§

impl RegistersExt for Registers

Source§

fn from_gdb<T: AsRef<str>>(registers: T) -> Result<Registers>

Construct Registers from string Read more