Struct ukhasnet_parser::Packet [] [src]

pub struct Packet {
    pub repeat: u8,
    pub sequence: char,
    pub data: Vec<DataField>,
    pub comment: Option<String>,
    pub path: Vec<String>,
}

Fields

Trait Implementations

impl Debug for Packet
[src]

Formats the value using the given formatter.

impl PartialEq for Packet
[src]

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

This method tests for !=.