Enum ax25::frame::FrameContent [] [src]

pub enum FrameContent {
    Information(Information),
    ReceiveReady(ReceiveReady),
    ReceiveNotReady(ReceiveNotReady),
    Reject(Reject),
    SetAsynchronousBalancedMode(SetAsynchronousBalancedMode),
    Disconnect(Disconnect),
    DisconnectedMode(DisconnectedMode),
    UnnumberedAcknowledge(UnnumberedAcknowledge),
    FrameReject(FrameReject),
    UnnumberedInformation(UnnumberedInformation),
    UnknownContent(UnknownContent),
}

The body of the frame after the end of the address field

Variants

Trait Implementations

impl Debug for FrameContent
[src]

Formats the value using the given formatter.

impl PartialEq for FrameContent
[src]

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

This method tests for !=.