pub type RawInstruction = u32;
Expand description
An instruction in its raw, packed, unparsed representation.
Trait Implementations§
source§impl From<Instruction> for RawInstruction
impl From<Instruction> for RawInstruction
source§fn from(inst: Instruction) -> Self
fn from(inst: Instruction) -> Self
Converts to this type from the input type.