Enum ax25::frame::ProtocolIdentifier [] [src]

pub enum ProtocolIdentifier {
    Layer3Impl,
    X25Plp,
    CompressedTcpIp,
    UncompressedTcpIp,
    SegmentationFragment,
    TexnetDatagram,
    LinkQuality,
    Appletalk,
    AppletalkArp,
    ArpaIp,
    ArpaAddress,
    Flexnet,
    NetRom,
    None,
    Escape,
    Unknown(u8),
}

Human-readable protocol identifiers. These are mostly from the AX.25 2.2 spec which has far more examples than 2.0.

Variants

Trait Implementations

impl Debug for ProtocolIdentifier
[src]

Formats the value using the given formatter.

impl PartialEq for ProtocolIdentifier
[src]

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

This method tests for !=.