pub struct SystemResults {
Show 25 fields pub result__interrupt_status: RESULT__INTERRUPT_STATUS, pub result__range_status: RESULT__RANGE_STATUS, pub result__report_status: RESULT__REPORT_STATUS, pub result__stream_count: RESULT__STREAM_COUNT, pub result__dss_actual_effective_spads_sd0: RESULT__DSS_ACTUAL_EFFECTIVE_SPADS_SD0, pub result__peak_signal_count_rate_mcps_sd0: RESULT__PEAK_SIGNAL_COUNT_RATE_MCPS_SD0, pub result__ambient_count_rate_mcps_sd0: RESULT__AMBIENT_COUNT_RATE_MCPS_SD0, pub result__sigma_sd0: RESULT__SIGMA_SD0, pub result__phase_sd0: RESULT__PHASE_SD0, pub result__final_crosstalk_corrected_range_mm_sd0: RESULT__FINAL_CROSSTALK_CORRECTED_RANGE_MM_SD0, pub result__peak_signal_count_rate_crosstalk_corrected_mcps_sd0: RESULT__PEAK_SIGNAL_COUNT_RATE_CROSSTALK_CORRECTED_MCPS_SD0, pub result__mm_inner_actual_effective_spads_sd0: RESULT__MM_INNER_ACTUAL_EFFECTIVE_SPADS_SD0, pub result__mm_outer_actual_effective_spads_sd0: RESULT__MM_OUTER_ACTUAL_EFFECTIVE_SPADS_SD0, pub result__avg_signal_count_rate_mcps_sd0: RESULT__AVG_SIGNAL_COUNT_RATE_MCPS_SD0, pub result__dss_actual_effective_spads_sd1: RESULT__DSS_ACTUAL_EFFECTIVE_SPADS_SD1, pub result__peak_signal_count_rate_mcps_sd1: RESULT__PEAK_SIGNAL_COUNT_RATE_MCPS_SD1, pub result__ambient_count_rate_mcps_sd1: RESULT__AMBIENT_COUNT_RATE_MCPS_SD1, pub result__sigma_sd1: RESULT__SIGMA_SD1, pub result__phase_sd1: RESULT__PHASE_SD1, pub result__final_crosstalk_corrected_range_mm_sd1: RESULT__FINAL_CROSSTALK_CORRECTED_RANGE_MM_SD1, pub result__spare_0_sd1: RESULT__SPARE_0_SD1, pub result__spare_1_sd1: RESULT__SPARE_1_SD1, pub result__spare_2_sd1: RESULT__SPARE_2_SD1, pub result__spare_3_sd1: RESULT__SPARE_3_SD1, pub result__thresh_info: RESULT__THRESH_INFO,
}

Fields§

§result__interrupt_status: RESULT__INTERRUPT_STATUS§result__range_status: RESULT__RANGE_STATUS§result__report_status: RESULT__REPORT_STATUS§result__stream_count: RESULT__STREAM_COUNT§result__dss_actual_effective_spads_sd0: RESULT__DSS_ACTUAL_EFFECTIVE_SPADS_SD0§result__peak_signal_count_rate_mcps_sd0: RESULT__PEAK_SIGNAL_COUNT_RATE_MCPS_SD0§result__ambient_count_rate_mcps_sd0: RESULT__AMBIENT_COUNT_RATE_MCPS_SD0§result__sigma_sd0: RESULT__SIGMA_SD0§result__phase_sd0: RESULT__PHASE_SD0§result__final_crosstalk_corrected_range_mm_sd0: RESULT__FINAL_CROSSTALK_CORRECTED_RANGE_MM_SD0§result__peak_signal_count_rate_crosstalk_corrected_mcps_sd0: RESULT__PEAK_SIGNAL_COUNT_RATE_CROSSTALK_CORRECTED_MCPS_SD0§result__mm_inner_actual_effective_spads_sd0: RESULT__MM_INNER_ACTUAL_EFFECTIVE_SPADS_SD0§result__mm_outer_actual_effective_spads_sd0: RESULT__MM_OUTER_ACTUAL_EFFECTIVE_SPADS_SD0§result__avg_signal_count_rate_mcps_sd0: RESULT__AVG_SIGNAL_COUNT_RATE_MCPS_SD0§result__dss_actual_effective_spads_sd1: RESULT__DSS_ACTUAL_EFFECTIVE_SPADS_SD1§result__peak_signal_count_rate_mcps_sd1: RESULT__PEAK_SIGNAL_COUNT_RATE_MCPS_SD1§result__ambient_count_rate_mcps_sd1: RESULT__AMBIENT_COUNT_RATE_MCPS_SD1§result__sigma_sd1: RESULT__SIGMA_SD1§result__phase_sd1: RESULT__PHASE_SD1§result__final_crosstalk_corrected_range_mm_sd1: RESULT__FINAL_CROSSTALK_CORRECTED_RANGE_MM_SD1§result__spare_0_sd1: RESULT__SPARE_0_SD1§result__spare_1_sd1: RESULT__SPARE_1_SD1§result__spare_2_sd1: RESULT__SPARE_2_SD1§result__spare_3_sd1: RESULT__SPARE_3_SD1§result__thresh_info: RESULT__THRESH_INFO

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
The index of the first entry.
The total length of the buffer necessary for I2C reading/writing.
Write the entries to a single slice. Read more
Write the entries via I2C. Read more
Read a new instance of the Entries struct from I2C.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.