Struct ax25::frame::ReceiveNotReady [] [src]

pub struct ReceiveNotReady {
    pub receive_sequence: u8,
    pub poll_or_final: bool,
}

RNR Supervisory (S) frame

Fields

Trait Implementations

impl Debug for ReceiveNotReady
[src]

Formats the value using the given formatter.

impl PartialEq for ReceiveNotReady
[src]

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

This method tests for !=.