Struct aprs_parser::AprsPacket
source · pub struct AprsPacket {
pub from: Callsign,
pub to: Callsign,
pub via: Vec<Callsign>,
pub data: AprsData,
}Fields
from: Callsignto: Callsignvia: Vec<Callsign>data: AprsDataImplementations
sourceimpl AprsPacket
impl AprsPacket
Trait Implementations
sourceimpl Clone for AprsPacket
impl Clone for AprsPacket
sourcefn clone(&self) -> AprsPacket
fn clone(&self) -> AprsPacket
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 AprsPacket
impl Debug for AprsPacket
sourceimpl PartialEq<AprsPacket> for AprsPacket
impl PartialEq<AprsPacket> for AprsPacket
sourcefn eq(&self, other: &AprsPacket) -> bool
fn eq(&self, other: &AprsPacket) -> bool
sourceimpl TryFrom<&[u8]> for AprsPacket
impl TryFrom<&[u8]> for AprsPacket
impl StructuralPartialEq for AprsPacket
Auto Trait Implementations
impl RefUnwindSafe for AprsPacket
impl Send for AprsPacket
impl Sync for AprsPacket
impl Unpin for AprsPacket
impl UnwindSafe for AprsPacket
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