Enum spacepackets::PacketType
source · pub enum PacketType {
Tm,
Tc,
}Expand description
CCSDS packet type enumeration.
Variants§
Trait Implementations§
source§impl Clone for PacketType
impl Clone for PacketType
source§fn clone(&self) -> PacketType
fn clone(&self) -> PacketType
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 PacketType
impl Debug for PacketType
source§impl<'de> Deserialize<'de> for PacketType
impl<'de> Deserialize<'de> for PacketType
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 PartialEq<PacketType> for PacketType
impl PartialEq<PacketType> for PacketType
source§fn eq(&self, other: &PacketType) -> bool
fn eq(&self, other: &PacketType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.