pub enum Event {
Show 14 variants Timestamp(Field<DateTime>), Event(Field<Event>), EventType(Field<EventType>), Data16(Field<Uint16>), Data(Field<Uint32>), EventGroup(Field<Uint8>), Score(Field<Uint16>), OpponentScore(Field<Uint16>), FrontGearNum(Field<Uint8z>), FrontGear(Field<Uint8z>), RearGearNum(Field<Uint8z>), RearGear(Field<Uint8z>), DeviceIndex(Field<DeviceIndex>), Unknown { data: Vec<u8>, field_def_num: u8, },
}

Variants

Timestamp(Field<DateTime>)

Event(Field<Event>)

EventType(Field<EventType>)

Data16(Field<Uint16>)

Data(Field<Uint32>)

EventGroup(Field<Uint8>)

Score(Field<Uint16>)

Do not populate directly. Autogenerated by decoder for sport_point subfield components

OpponentScore(Field<Uint16>)

Do not populate directly. Autogenerated by decoder for sport_point subfield components

FrontGearNum(Field<Uint8z>)

Do not populate directly. Autogenerated by decoder for gear_change subfield components. Front gear number. 1 is innermost.

FrontGear(Field<Uint8z>)

Do not populate directly. Autogenerated by decoder for gear_change subfield components. Number of front teeth.

RearGearNum(Field<Uint8z>)

Do not populate directly. Autogenerated by decoder for gear_change subfield components. Rear gear number. 1 is innermost.

RearGear(Field<Uint8z>)

Do not populate directly. Autogenerated by decoder for gear_change subfield components. Number of rear teeth.

DeviceIndex(Field<DeviceIndex>)

Unknown

Fields

data: Vec<u8>
field_def_num: u8

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

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.