pub type Word = u64;
Expand description
Register value type
Trait Implementations§
source§impl From<PanicInstruction> for Word
impl From<PanicInstruction> for Word
source§fn from(r: PanicInstruction) -> Word
fn from(r: PanicInstruction) -> Word
Converts to this type from the input type.