pub enum ExdDescriptors {
Show 98 variants BikeLightBatteryStatus, BeamAngleStatus, BateryLevel, LightNetworkMode, NumberLightsConnected, Cadence, Distance, EstimatedTimeOfArrival, Heading, Time, BatteryLevel, TrainerResistance, TrainerTargetPower, TimeSeated, TimeStanding, Elevation, Grade, Ascent, Descent, VerticalSpeed, Di2BatteryLevel, FrontGear, RearGear, GearRatio, HeartRate, HeartRateZone, TimeInHeartRateZone, HeartRateReserve, Calories, GpsAccuracy, GpsSignalStrength, Temperature, TimeOfDay, Balance, PedalSmoothness, Power, FunctionalThresholdPower, IntensityFactor, Work, PowerRatio, NormalizedPower, TrainingStressScore, TimeOnZone, Speed, Laps, Reps, WorkoutStep, CourseDistance, NavigationDistance, CourseEstimatedTimeOfArrival, NavigationEstimatedTimeOfArrival, CourseTime, NavigationTime, CourseHeading, NavigationHeading, PowerZone, TorqueEffectiveness, TimerTime, PowerWeightRatio, LeftPlatformCenterOffset, RightPlatformCenterOffset, LeftPowerPhaseStartAngle, RightPowerPhaseStartAngle, LeftPowerPhaseFinishAngle, RightPowerPhaseFinishAngle, Gears, Pace, TrainingEffect, VerticalOscillation, VerticalRatio, GroundContactTime, LeftGroundContactTimeBalance, RightGroundContactTimeBalance, StrideLength, RunningCadence, PerformanceCondition, CourseType, TimeInPowerZone, NavigationTurn, CourseLocation, NavigationLocation, Compass, GearCombo, MuscleOxygen, Icon, CompassHeading, GpsHeading, GpsElevation, AnaerobicTrainingEffect, Course, OffCourse, GlideRatio, VerticalDistance, Vmg, AmbientPressure, Pressure, Vam, Unknown,
}

Variants

BikeLightBatteryStatus

BeamAngleStatus

BateryLevel

LightNetworkMode

NumberLightsConnected

Cadence

Distance

EstimatedTimeOfArrival

Heading

Time

BatteryLevel

TrainerResistance

TrainerTargetPower

TimeSeated

TimeStanding

Elevation

Grade

Ascent

Descent

VerticalSpeed

Di2BatteryLevel

FrontGear

RearGear

GearRatio

HeartRate

HeartRateZone

TimeInHeartRateZone

HeartRateReserve

Calories

GpsAccuracy

GpsSignalStrength

Temperature

TimeOfDay

Balance

PedalSmoothness

Power

FunctionalThresholdPower

IntensityFactor

Work

PowerRatio

NormalizedPower

TrainingStressScore

TimeOnZone

Speed

Laps

Reps

WorkoutStep

CourseDistance

NavigationDistance

CourseEstimatedTimeOfArrival

NavigationEstimatedTimeOfArrival

CourseTime

NavigationTime

CourseHeading

NavigationHeading

PowerZone

TorqueEffectiveness

TimerTime

PowerWeightRatio

LeftPlatformCenterOffset

RightPlatformCenterOffset

LeftPowerPhaseStartAngle

RightPowerPhaseStartAngle

LeftPowerPhaseFinishAngle

RightPowerPhaseFinishAngle

Gears

Combined gear information

Pace

TrainingEffect

VerticalOscillation

VerticalRatio

GroundContactTime

LeftGroundContactTimeBalance

RightGroundContactTimeBalance

StrideLength

RunningCadence

PerformanceCondition

CourseType

TimeInPowerZone

NavigationTurn

CourseLocation

NavigationLocation

Compass

GearCombo

MuscleOxygen

Icon

CompassHeading

GpsHeading

GpsElevation

AnaerobicTrainingEffect

Course

OffCourse

GlideRatio

VerticalDistance

Vmg

AmbientPressure

Pressure

Vam

Unknown

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.