pub struct FwInternal {
    pub firmware__internal_stream_count_div: FIRMWARE__INTERNAL_STREAM_COUNT_DIV,
    pub firmware__internal_stream_counter_val: FIRMWARE__INTERNAL_STREAM_COUNTER_VAL,
}

Fields§

§firmware__internal_stream_count_div: FIRMWARE__INTERNAL_STREAM_COUNT_DIV§firmware__internal_stream_counter_val: FIRMWARE__INTERNAL_STREAM_COUNTER_VAL

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.