Type Alias RawInstruction

Source
pub type RawInstruction = u32;
Expand description

An instruction in its raw, packed, unparsed representation.

Trait Implementations§

Source§

impl From<Instruction> for RawInstruction

Source§

fn from(inst: Instruction) -> Self

Converts to this type from the input type.