Struct mux::Message [] [src]

pub struct Message {
    pub tag: Tag,
    pub frame: MessageFrame,
}

Representation of an entire mux packet.

Fields

Identification and termination information about the associated stream.

Payload of the message. The length is determined from the payload.

Trait Implementations

impl Debug for Message
[src]

Formats the value using the given formatter.

impl PartialEq for Message
[src]

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

This method tests for !=.

impl Eq for Message
[src]