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 AMQPContentHeader
fn clone(&self) -> AMQPContentHeader
[src]
fn clone(&self) -> AMQPContentHeader
Returns 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 AMQPContentHeader
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for AMQPContentHeader
[src]
impl PartialEq for AMQPContentHeader
fn eq(&self, other: &AMQPContentHeader) -> bool
[src]
fn eq(&self, other: &AMQPContentHeader) -> bool
This 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) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for AMQPContentHeader
impl Send for AMQPContentHeader
impl Sync for AMQPContentHeader
impl Sync for AMQPContentHeader