Struct aprs_encode::aprs::AprsPacket[][src]

pub struct AprsPacket<'a> {
    pub header: AprsHeader<'a>,
    pub position: Option<AprsPosition>,
    pub wx: Option<AprsWx>,
    pub message: Option<&'a str>,
}

Fields

header: AprsHeader<'a>position: Option<AprsPosition>wx: Option<AprsWx>message: Option<&'a str>

Trait Implementations

Try to append self to the end of a ArrayString

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.