pub struct ShadowCoreResults {
    pub shadow_result_core__ambient_window_events_sd0: SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0,
    pub shadow_result_core__ranging_total_events_sd0: SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0,
    pub shadow_result_core__signal_total_events_sd0: SHADOW_RESULT_CORE__SIGNAL_TOTAL_EVENTS_SD0,
    pub shadow_result_core__total_periods_elapsed_sd0: SHADOW_RESULT_CORE__TOTAL_PERIODS_ELAPSED_SD0,
    pub shadow_result_core__ambient_window_events_sd1: SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD1,
    pub shadow_result_core__ranging_total_events_sd1: SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD1,
    pub shadow_result_core__signal_total_events_sd1: SHADOW_RESULT_CORE__SIGNAL_TOTAL_EVENTS_SD1,
    pub shadow_result_core__total_periods_elapsed_sd1: SHADOW_RESULT_CORE__TOTAL_PERIODS_ELAPSED_SD1,
    pub shadow_result_core__spare_0: SHADOW_RESULT_CORE__SPARE_0,
}

Fields§

§shadow_result_core__ambient_window_events_sd0: SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD0§shadow_result_core__ranging_total_events_sd0: SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD0§shadow_result_core__signal_total_events_sd0: SHADOW_RESULT_CORE__SIGNAL_TOTAL_EVENTS_SD0§shadow_result_core__total_periods_elapsed_sd0: SHADOW_RESULT_CORE__TOTAL_PERIODS_ELAPSED_SD0§shadow_result_core__ambient_window_events_sd1: SHADOW_RESULT_CORE__AMBIENT_WINDOW_EVENTS_SD1§shadow_result_core__ranging_total_events_sd1: SHADOW_RESULT_CORE__RANGING_TOTAL_EVENTS_SD1§shadow_result_core__signal_total_events_sd1: SHADOW_RESULT_CORE__SIGNAL_TOTAL_EVENTS_SD1§shadow_result_core__total_periods_elapsed_sd1: SHADOW_RESULT_CORE__TOTAL_PERIODS_ELAPSED_SD1§shadow_result_core__spare_0: SHADOW_RESULT_CORE__SPARE_0

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.