Function libudis86_sys::ud_insn_opr [] [src]

pub unsafe extern "C" fn ud_insn_opr(
    ud: *const ud,
    n: c_uint
) -> *const ud_operand

Returns a reference (ud_operand) to the nth (starting with 0) operand of the instruction. If the instruction does not have such an operand, the function returns null.