binaryninja::low_level_il

Type Alias LowLevelILRegularInstruction

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

Aliased Type§

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

Fields§

§index: LowLevelInstructionIndex