Struct amq_protocol::frame::AMQPContentHeader
[−]
[src]
pub struct AMQPContentHeader {
pub class_id: ShortUInt,
pub weight: ShortUInt,
pub body_size: LongLongUInt,
pub properties: AMQPProperties,
}Fields
class_id: ShortUInt
weight: ShortUInt
body_size: LongLongUInt
properties: AMQPProperties
Trait Implementations
impl Clone for AMQPContentHeader[src]
fn clone(&self) -> AMQPContentHeader
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for AMQPContentHeader[src]
impl PartialEq for AMQPContentHeader[src]
fn eq(&self, __arg_0: &AMQPContentHeader) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &AMQPContentHeader) -> bool
This method tests for !=.