Struct amq_protocol::frame::AMQPRawFrame [] [src]

pub struct AMQPRawFrame<'a> {
    pub frame_type: AMQPFrameType,
    pub channel_id: ShortUInt,
    pub size: LongUInt,
    pub payload: &'a [u8],
}

Fields

Trait Implementations

impl<'a> Clone for AMQPRawFrame<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for AMQPRawFrame<'a>
[src]

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

Formats the value using the given formatter.

impl<'a> PartialEq for AMQPRawFrame<'a>
[src]

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

This method tests for !=.

impl<'a> Eq for AMQPRawFrame<'a>
[src]