Function xed_sys::xed_encoder_request_get_operand_order[][src]

pub unsafe extern "C" fn xed_encoder_request_get_operand_order(
    p: *mut xed_encoder_request_t,
    operand_index: xed_uint_t
) -> xed_operand_enum_t
Expand description

@ingroup ENC Retrieve the name of the n’th operand in the operand order.

@param[in] p #xed_encoder_request_t @param[in] operand_index xed_uint_t representing n’th operand position @return The #xed_operand_enum_t operand name.