Struct amq_protocol::frame::AMQPContentHeader [] [src]

pub struct AMQPContentHeader {
    pub class_id: ShortUInt,
    pub weight: ShortUInt,
    pub body_size: LongLongUInt,
    pub properties: AMQPProperties,
}

Fields

Trait Implementations

impl Clone for AMQPContentHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AMQPContentHeader
[src]

Formats the value using the given formatter.

impl PartialEq for AMQPContentHeader
[src]

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

This method tests for !=.