Struct amq_proto::ContentHeaderFrame [] [src]

pub struct ContentHeaderFrame {
    pub content_class: u16,
    pub weight: u16,
    pub body_size: u64,
    pub properties_flags: u16,
    pub properties: EncodedProperties,
}

Fields

Methods

impl ContentHeaderFrame
[src]

Trait Implementations

impl Debug for ContentHeaderFrame
[src]

Formats the value using the given formatter.

impl Clone for ContentHeaderFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more