Struct ax25::frame::UnknownContent [] [src]

pub struct UnknownContent {
    pub raw: Vec<u8>,
}

Placeholder for when the Address part was parseable but not the control field

Fields

Trait Implementations

impl Debug for UnknownContent
[src]

Formats the value using the given formatter.

impl PartialEq for UnknownContent
[src]

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

This method tests for !=.