Struct lapin_async::format::content::ContentHeader
[−]
[src]
pub struct ContentHeader {
pub class_id: u16,
pub weight: u16,
pub body_size: u64,
pub properties: Properties,
}Fields
class_id: u16
weight: u16
body_size: u64
properties: Properties
Trait Implementations
impl Clone for ContentHeader[src]
fn clone(&self) -> ContentHeader[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for ContentHeader[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for ContentHeader[src]
fn eq(&self, __arg_0: &ContentHeader) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ContentHeader) -> bool[src]
This method tests for !=.