Struct ax25::frame::Address [] [src]

pub struct Address {
    pub callsign: String,
    pub ssid: u8,
    // some fields omitted
}

A source or destination of an AX.25 frame, combining a callsign with an SSID.

Fields

Secondary Station Identifier, from 0 to 15

Trait Implementations

impl Debug for Address
[src]

Formats the value using the given formatter.

impl PartialEq for Address
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for Address
[src]

Returns the "default value" for a type. Read more

impl Display for Address
[src]

Formats the value using the given formatter. Read more

impl FromStr for Address
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more