Struct ukhasnet_parser::Packet [] [src]

pub struct Packet<'a> {
    // some fields omitted
}

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 !=.

impl<'a> Debug for Packet<'a>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.