Struct resol_vbus::specification::DataSetPacketField[][src]

pub struct DataSetPacketField<'a, T: AsRef<[Data]>> { /* fields omitted */ }
Expand description

An item returned from the DataSetPacketFieldIterator for each field.

Implementations

Construct new DataSetPacketField value.

Return the DataSet associated with this field.

Return the index of the Data associated with this field.

Return the Data associated with this field.

Return the PacketSpec associated with this field.

Return the index of the PacketFieldSpec associated with this field.

Return the PacketFieldSpec associated with this field.

Return the PacketId associated with this field.

Return the field ID associated with this field.

Return the PacketFieldId associated with this field.

Return the raw value associated with this field.

Return the raw value associated with this field.

Format the raw value associated with this field.

Trait Implementations

Formats the value using the given formatter. 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

Performs the conversion.

Performs the conversion.

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.