pub struct GphGeneralConfig {
    pub gph__system__thresh_rate_high: GPH__SYSTEM__THRESH_RATE_HIGH,
    pub gph__system__thresh_rate_low: GPH__SYSTEM__THRESH_RATE_LOW,
    pub gph__system__interrupt_config_gpio: GPH__SYSTEM__INTERRUPT_CONFIG_GPIO,
}

Fields§

§gph__system__thresh_rate_high: GPH__SYSTEM__THRESH_RATE_HIGH§gph__system__thresh_rate_low: GPH__SYSTEM__THRESH_RATE_LOW§gph__system__interrupt_config_gpio: GPH__SYSTEM__INTERRUPT_CONFIG_GPIO

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.