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]
impl Clone for AMQPContentHeaderfn clone(&self) -> AMQPContentHeader[src]
fn clone(&self) -> AMQPContentHeaderReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AMQPContentHeader[src]
impl Debug for AMQPContentHeaderfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for AMQPContentHeader[src]
impl PartialEq for AMQPContentHeaderfn eq(&self, other: &AMQPContentHeader) -> bool[src]
fn eq(&self, other: &AMQPContentHeader) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &AMQPContentHeader) -> bool[src]
fn ne(&self, other: &AMQPContentHeader) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for AMQPContentHeader
impl Send for AMQPContentHeaderimpl Sync for AMQPContentHeader
impl Sync for AMQPContentHeader