Struct ax25::frame::Reject [] [src]

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

REJ Supervisory (S) frame

Fields

Trait Implementations

impl Debug for Reject
[src]

Formats the value using the given formatter.

impl PartialEq for Reject
[src]

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

This method tests for !=.