pub enum CfsPacketKind {
Command,
Telemetry,
}Expand description
cFS packet category used by mission-wide validation.
Variants§
Trait Implementations§
Source§impl Clone for CfsPacketKind
impl Clone for CfsPacketKind
Source§fn clone(&self) -> CfsPacketKind
fn clone(&self) -> CfsPacketKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CfsPacketKind
impl Debug for CfsPacketKind
Source§impl PartialEq for CfsPacketKind
impl PartialEq for CfsPacketKind
Source§fn eq(&self, other: &CfsPacketKind) -> bool
fn eq(&self, other: &CfsPacketKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CfsPacketKind
impl Eq for CfsPacketKind
impl StructuralPartialEq for CfsPacketKind
Auto Trait Implementations§
impl Freeze for CfsPacketKind
impl RefUnwindSafe for CfsPacketKind
impl Send for CfsPacketKind
impl Sync for CfsPacketKind
impl Unpin for CfsPacketKind
impl UnsafeUnpin for CfsPacketKind
impl UnwindSafe for CfsPacketKind
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