#[repr(C)]
pub struct ft_eeprom_PD_PDO_mv_ma {
Show 14 fields pub PDO1ma: USHORT, pub PDO1mv: USHORT, pub PDO2ma: USHORT, pub PDO2mv: USHORT, pub PDO3ma: USHORT, pub PDO3mv: USHORT, pub PDO4ma: USHORT, pub PDO4mv: USHORT, pub PDO5ma: USHORT, pub PDO5mv: USHORT, pub PDO6ma: USHORT, pub PDO6mv: USHORT, pub PDO7ma: USHORT, pub PDO7mv: USHORT,
}

Fields§

§PDO1ma: USHORT§PDO1mv: USHORT§PDO2ma: USHORT§PDO2mv: USHORT§PDO3ma: USHORT§PDO3mv: USHORT§PDO4ma: USHORT§PDO4mv: USHORT§PDO5ma: USHORT§PDO5mv: USHORT§PDO6ma: USHORT§PDO6mv: USHORT§PDO7ma: USHORT§PDO7mv: USHORT

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

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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.