Type Alias Word

Source
pub type Word = u64;
Expand description

Register value type

Trait Implementations§

Source§

impl From<PanicInstruction> for Word

Source§

fn from(r: PanicInstruction) -> Word

Converts to this type from the input type.