Type Alias LowLevelILRegularInstruction

Source
pub type LowLevelILRegularInstruction<'a> = LowLevelILInstruction<'a, Finalized, NonSSA>;

Aliased Type§

pub struct LowLevelILRegularInstruction<'a> {
    pub index: LowLevelInstructionIndex,
    /* private fields */
}

Fields§

§index: LowLevelInstructionIndex