Struct aprs_parser::AprsCompressionType
source · pub struct AprsCompressionType {
pub gps_fix: GpsFix,
pub nmea_source: NmeaSource,
pub origin: Origin,
}Fields
gps_fix: GpsFixnmea_source: NmeaSourceorigin: OriginTrait Implementations
sourceimpl Clone for AprsCompressionType
impl Clone for AprsCompressionType
sourcefn clone(&self) -> AprsCompressionType
fn clone(&self) -> AprsCompressionType
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 AprsCompressionType
impl Debug for AprsCompressionType
sourceimpl From<AprsCompressionType> for u8
impl From<AprsCompressionType> for u8
sourcefn from(t: AprsCompressionType) -> u8
fn from(t: AprsCompressionType) -> u8
Converts to this type from the input type.
sourceimpl From<u8> for AprsCompressionType
impl From<u8> for AprsCompressionType
sourceimpl PartialEq<AprsCompressionType> for AprsCompressionType
impl PartialEq<AprsCompressionType> for AprsCompressionType
sourcefn eq(&self, other: &AprsCompressionType) -> bool
fn eq(&self, other: &AprsCompressionType) -> bool
impl Copy for AprsCompressionType
impl Eq for AprsCompressionType
impl StructuralEq for AprsCompressionType
impl StructuralPartialEq for AprsCompressionType
Auto Trait Implementations
impl RefUnwindSafe for AprsCompressionType
impl Send for AprsCompressionType
impl Sync for AprsCompressionType
impl Unpin for AprsCompressionType
impl UnwindSafe for AprsCompressionType
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