Struct itm::packet::Packet[][src]

pub struct Packet { /* fields omitted */ }

Represents a complete received packet.

Methods

impl Packet
[src]

Returns the header byte received for this packet.

The kind (type) of this packet.

Trait Implementations

impl Debug for Packet
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Packet

impl Sync for Packet