Enum aprs_parser::AprsCompressedCs
source · pub enum AprsCompressedCs {
CourseSpeed(AprsCourseSpeed),
RadioRange(AprsRadioRange),
Altitude(AprsAltitude),
}Variants
CourseSpeed(AprsCourseSpeed)
RadioRange(AprsRadioRange)
Altitude(AprsAltitude)
Trait Implementations
sourceimpl Clone for AprsCompressedCs
impl Clone for AprsCompressedCs
sourcefn clone(&self) -> AprsCompressedCs
fn clone(&self) -> AprsCompressedCs
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AprsCompressedCs
impl Debug for AprsCompressedCs
sourceimpl PartialEq<AprsCompressedCs> for AprsCompressedCs
impl PartialEq<AprsCompressedCs> for AprsCompressedCs
sourcefn eq(&self, other: &AprsCompressedCs) -> bool
fn eq(&self, other: &AprsCompressedCs) -> bool
impl Copy for AprsCompressedCs
impl StructuralPartialEq for AprsCompressedCs
Auto Trait Implementations
impl RefUnwindSafe for AprsCompressedCs
impl Send for AprsCompressedCs
impl Sync for AprsCompressedCs
impl Unpin for AprsCompressedCs
impl UnwindSafe for AprsCompressedCs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more