Struct ax25::frame::Information [] [src]

pub struct Information {
    pub pid: ProtocolIdentifier,
    pub info: Vec<u8>,
    pub receive_sequence: u8,
    pub send_sequence: u8,
    pub poll: bool,
}

Information (I) frame

Fields

Trait Implementations

impl Debug for Information
[src]

Formats the value using the given formatter.

impl PartialEq for Information
[src]

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

This method tests for !=.