Struct ukhasnet_parser::Packet
[−]
[src]
pub struct Packet<'a> {
pub repeat: u8,
pub sequence: char,
pub data: Vec<DataField<'a>>,
pub path: Vec<&'a str>,
}Fields
repeat: u8
sequence: char
data: Vec<DataField<'a>>
path: Vec<&'a str>
Trait Implementations
impl<'a> PartialEq for Packet<'a>[src]
fn eq(&self, __arg_0: &Packet<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Packet<'a>) -> bool
This method tests for !=.