#[repr(i32)]pub enum PbTrainingDisplayItem {
Show 85 variants
TimeOfDay = 2,
Stopwatch = 3,
CurrentLapTime = 6,
LastLapTime = 7,
LastAutomaticLapTime = 8,
Altitude = 10,
Ascent = 11,
Descent = 12,
Inclinometer = 13,
Temperature = 15,
CurrentLapAscent = 16,
CurrentLapDescent = 17,
CurrentLapVam = 18,
CurrentHeartRate = 20,
AverageHeartRate = 21,
MaximumHeartRate = 22,
CurrentLapAverageHeartRate = 24,
CurrentLapMaxHeartRate = 25,
PreviousLapAverageHeartRate = 26,
PreviousLapMaxHeartRate = 28,
Calories = 27,
ZonePointer = 32,
TimeInZone = 33,
RrVariation = 35,
Distance = 37,
CurrentLapDistance = 38,
PreviousLapDistance = 39,
SpeedOrPace = 41,
SpeedOrPaceAverage = 42,
SpeedOrPaceMaximum = 43,
CurrentLapSpeedOrPace = 44,
SpeedZonePointer = 45,
TimeInSpeedZone = 46,
CurrentLapMaxPaceOrSpeed = 47,
PreviousLapMaxPaceOrSpeed = 48,
PreviousLapSpeedOrPace = 220,
VerticalSpeedMovingAverage = 221,
Cadence = 49,
AverageCadence = 50,
MaximumCadence = 240,
CurrentLapCadence = 51,
CurrentLapMaxCadence = 52,
PreviousLapCadence = 53,
StrideLength = 54,
AverageStrideLength = 55,
CurrentPower = 56,
CurrentPowerLeftRightBalance = 57,
MaximumForce = 58,
PowerZonePointer = 59,
AveragePower = 60,
MaximumPower = 61,
AveragePowerLeftRightBalance = 62,
CurrentLapAveragePower = 63,
CurrentLapMaximumPower = 64,
CurrentLapAveragePowerLrBalance = 65,
TimeInPowerZone = 66,
PreviousLapAveragePower = 67,
PreviousLapMaximumPower = 68,
PreviousLapAveragePowerLrBalance = 230,
RestTime = 69,
PoolCounter = 70,
MultisportDuration = 88,
MultisportDistance = 89,
MultisportCalories = 90,
MultisportAscent = 91,
MultisportDescent = 92,
HeartRateZones = 100,
MultisportHeartRateZones = 101,
LocationGuide = 102,
PowerZones = 103,
ForceGraph = 104,
TimeBasedSpeedZones = 105,
CurrentAlapAverageHeartRate = 200,
CurrentAlapTime = 201,
CurrentAlapAveragePower = 202,
CurrentAlapMaximumPower = 203,
CurrentAlapSpeedOrPace = 204,
CurrentAlapDistance = 205,
CurrentAlapAscent = 206,
CurrentAlapDescent = 207,
CurrentAlapCadence = 208,
CurrentAlapAveragePowerLrBalance = 209,
CurrentAlapMaxHeartRate = 210,
CurrentAlapMaxSpeed = 211,
CurrentAlapMaxCadence = 212,
}Variants§
TimeOfDay = 2
Stopwatch = 3
CurrentLapTime = 6
LastLapTime = 7
LastAutomaticLapTime = 8
Altitude = 10
Ascent = 11
Descent = 12
Inclinometer = 13
Temperature = 15
CurrentLapAscent = 16
CurrentLapDescent = 17
CurrentLapVam = 18
CurrentHeartRate = 20
AverageHeartRate = 21
MaximumHeartRate = 22
CurrentLapAverageHeartRate = 24
CurrentLapMaxHeartRate = 25
PreviousLapAverageHeartRate = 26
PreviousLapMaxHeartRate = 28
Calories = 27
ZonePointer = 32
TimeInZone = 33
RrVariation = 35
Distance = 37
CurrentLapDistance = 38
PreviousLapDistance = 39
SpeedOrPace = 41
SpeedOrPaceAverage = 42
SpeedOrPaceMaximum = 43
CurrentLapSpeedOrPace = 44
SpeedZonePointer = 45
TimeInSpeedZone = 46
CurrentLapMaxPaceOrSpeed = 47
PreviousLapMaxPaceOrSpeed = 48
PreviousLapSpeedOrPace = 220
VerticalSpeedMovingAverage = 221
Cadence = 49
AverageCadence = 50
MaximumCadence = 240
CurrentLapCadence = 51
CurrentLapMaxCadence = 52
PreviousLapCadence = 53
StrideLength = 54
AverageStrideLength = 55
CurrentPower = 56
CurrentPowerLeftRightBalance = 57
MaximumForce = 58
PowerZonePointer = 59
AveragePower = 60
MaximumPower = 61
AveragePowerLeftRightBalance = 62
CurrentLapAveragePower = 63
CurrentLapMaximumPower = 64
CurrentLapAveragePowerLrBalance = 65
TimeInPowerZone = 66
PreviousLapAveragePower = 67
PreviousLapMaximumPower = 68
PreviousLapAveragePowerLrBalance = 230
RestTime = 69
PoolCounter = 70
MultisportDuration = 88
MultisportDistance = 89
MultisportCalories = 90
MultisportAscent = 91
MultisportDescent = 92
HeartRateZones = 100
MultisportHeartRateZones = 101
LocationGuide = 102
PowerZones = 103
ForceGraph = 104
TimeBasedSpeedZones = 105
CurrentAlapAverageHeartRate = 200
CurrentAlapTime = 201
CurrentAlapAveragePower = 202
CurrentAlapMaximumPower = 203
CurrentAlapSpeedOrPace = 204
CurrentAlapDistance = 205
CurrentAlapAscent = 206
CurrentAlapDescent = 207
CurrentAlapCadence = 208
CurrentAlapAveragePowerLrBalance = 209
CurrentAlapMaxHeartRate = 210
CurrentAlapMaxSpeed = 211
CurrentAlapMaxCadence = 212
Implementations§
Trait Implementations§
Source§impl Clone for PbTrainingDisplayItem
impl Clone for PbTrainingDisplayItem
Source§fn clone(&self) -> PbTrainingDisplayItem
fn clone(&self) -> PbTrainingDisplayItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PbTrainingDisplayItem
impl Debug for PbTrainingDisplayItem
Source§impl Default for PbTrainingDisplayItem
impl Default for PbTrainingDisplayItem
Source§fn default() -> PbTrainingDisplayItem
fn default() -> PbTrainingDisplayItem
Returns the “default value” for a type. Read more
Source§impl From<PbTrainingDisplayItem> for i32
impl From<PbTrainingDisplayItem> for i32
Source§fn from(value: PbTrainingDisplayItem) -> i32
fn from(value: PbTrainingDisplayItem) -> i32
Converts to this type from the input type.
Source§impl Hash for PbTrainingDisplayItem
impl Hash for PbTrainingDisplayItem
Source§impl Ord for PbTrainingDisplayItem
impl Ord for PbTrainingDisplayItem
Source§fn cmp(&self, other: &PbTrainingDisplayItem) -> Ordering
fn cmp(&self, other: &PbTrainingDisplayItem) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PbTrainingDisplayItem
impl PartialEq for PbTrainingDisplayItem
Source§impl PartialOrd for PbTrainingDisplayItem
impl PartialOrd for PbTrainingDisplayItem
impl Copy for PbTrainingDisplayItem
impl Eq for PbTrainingDisplayItem
impl StructuralPartialEq for PbTrainingDisplayItem
Auto Trait Implementations§
impl Freeze for PbTrainingDisplayItem
impl RefUnwindSafe for PbTrainingDisplayItem
impl Send for PbTrainingDisplayItem
impl Sync for PbTrainingDisplayItem
impl Unpin for PbTrainingDisplayItem
impl UnwindSafe for PbTrainingDisplayItem
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more