Struct amq_protocol::frame::AMQPRawFrame [−][src]
pub struct AMQPRawFrame<'a> { pub frame_type: AMQPFrameType, pub channel_id: ShortUInt, pub size: LongUInt, pub payload: &'a [u8], }
Fields
frame_type: AMQPFrameType
channel_id: ShortUInt
size: LongUInt
payload: &'a [u8]
Trait Implementations
impl<'a> Clone for AMQPRawFrame<'a>
[src]
impl<'a> Clone for AMQPRawFrame<'a>
fn clone(&self) -> AMQPRawFrame<'a>
[src]
fn clone(&self) -> AMQPRawFrame<'a>
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<'a> Copy for AMQPRawFrame<'a>
[src]
impl<'a> Copy for AMQPRawFrame<'a>
impl<'a> Debug for AMQPRawFrame<'a>
[src]
impl<'a> Debug for AMQPRawFrame<'a>
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<'a> PartialEq for AMQPRawFrame<'a>
[src]
impl<'a> PartialEq for AMQPRawFrame<'a>
fn eq(&self, other: &AMQPRawFrame<'a>) -> bool
[src]
fn eq(&self, other: &AMQPRawFrame<'a>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &AMQPRawFrame<'a>) -> bool
[src]
fn ne(&self, other: &AMQPRawFrame<'a>) -> bool
This method tests for !=
.
impl<'a> Eq for AMQPRawFrame<'a>
[src]
impl<'a> Eq for AMQPRawFrame<'a>
Auto Trait Implementations
impl<'a> Send for AMQPRawFrame<'a>
impl<'a> Send for AMQPRawFrame<'a>
impl<'a> Sync for AMQPRawFrame<'a>
impl<'a> Sync for AMQPRawFrame<'a>