#[repr(u8)]pub enum TelemetryPacketType {
Show 28 variants
Unknown = 0,
CardHKP = 30,
CoolingHK = 40,
PDUHK = 50,
Tracker = 80,
TrackerDAQCntr = 81,
GPS = 82,
TrkTempLeak = 83,
BoringEvent = 90,
RBWaveform = 91,
AnyTofHK = 92,
GcuEvtBldSettings = 93,
LabJackHK = 100,
MagHK = 108,
GcuMon = 110,
InterestingEvent = 190,
NoGapsTriggerEvent = 191,
NoTofDataEvent = 192,
Ack = 200,
AnyTrackerHK = 255,
TmP33 = 33,
TmP34 = 34,
TmP37 = 37,
TmP38 = 38,
TmP55 = 55,
TmP64 = 64,
TmP96 = 96,
TmP214 = 214,
}
Variants§
Unknown = 0
CardHKP = 30
CoolingHK = 40
PDUHK = 50
Tracker = 80
TrackerDAQCntr = 81
GPS = 82
TrkTempLeak = 83
BoringEvent = 90
RBWaveform = 91
AnyTofHK = 92
GcuEvtBldSettings = 93
LabJackHK = 100
MagHK = 108
GcuMon = 110
InterestingEvent = 190
NoGapsTriggerEvent = 191
NoTofDataEvent = 192
Ack = 200
AnyTrackerHK = 255
TmP33 = 33
TmP34 = 34
TmP37 = 37
TmP38 = 38
TmP55 = 55
TmP64 = 64
TmP96 = 96
TmP214 = 214
Trait Implementations§
Source§impl Clone for TelemetryPacketType
impl Clone for TelemetryPacketType
Source§fn clone(&self) -> TelemetryPacketType
fn clone(&self) -> TelemetryPacketType
Returns a copy 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 TelemetryPacketType
impl Debug for TelemetryPacketType
Source§impl<'de> Deserialize<'de> for TelemetryPacketType
impl<'de> Deserialize<'de> for TelemetryPacketType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TelemetryPacketType
impl Display for TelemetryPacketType
Source§impl From<u8> for TelemetryPacketType
impl From<u8> for TelemetryPacketType
Source§impl PartialEq for TelemetryPacketType
impl PartialEq for TelemetryPacketType
Source§impl Serialize for TelemetryPacketType
impl Serialize for TelemetryPacketType
impl Copy for TelemetryPacketType
impl StructuralPartialEq for TelemetryPacketType
Auto Trait Implementations§
impl Freeze for TelemetryPacketType
impl RefUnwindSafe for TelemetryPacketType
impl Send for TelemetryPacketType
impl Sync for TelemetryPacketType
impl Unpin for TelemetryPacketType
impl UnwindSafe for TelemetryPacketType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self
to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self
to an expression for Diesel’s query builder. Read more