Struct ax25::frame::Disconnect [] [src]

pub struct Disconnect {
    pub poll: bool,
}

DISC Unnumbered (U) frame

Fields

Trait Implementations

impl Debug for Disconnect
[src]

Formats the value using the given formatter.

impl PartialEq for Disconnect
[src]

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

This method tests for !=.