fuel_asm

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.