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]
fn clone(&self) -> AMQPRawFrame<'a>
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<'a> Copy for AMQPRawFrame<'a>[src]
impl<'a> Debug for AMQPRawFrame<'a>[src]
impl<'a> PartialEq for AMQPRawFrame<'a>[src]
fn eq(&self, __arg_0: &AMQPRawFrame<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &AMQPRawFrame<'a>) -> bool
This method tests for !=.