[][src]Function realsense_sys::rs2_get_option_from_list

pub unsafe extern "C" fn rs2_get_option_from_list(
    options: *const rs2_options_list,
    i: c_int,
    error: *mut *mut rs2_error
) -> rs2_option

get the specific option from options list \param[in] i the index of the option \param[out] error if non-null, receives any error that occurs during this call, otherwise, errors are ignored