pub type RegularLowLevelILInstruction<'a, Arch> = LowLevelILInstruction<'a, Arch, Finalized, NonSSA<RegularNonSSA>>;
Aliased Type§
struct RegularLowLevelILInstruction<'a, Arch> {
pub index: LowLevelInstructionIndex,
/* private fields */
}
Fields§
§index: LowLevelInstructionIndex