Struct lapin_async::format::frame::RawFrame
[−]
[src]
pub struct RawFrame<'a> {
pub frame_type: FrameType,
pub channel_id: u16,
pub size: u32,
pub payload: &'a [u8],
}Fields
frame_type: FrameType
channel_id: u16
size: u32
payload: &'a [u8]
Trait Implementations
impl<'a> Clone for RawFrame<'a>[src]
fn clone(&self) -> RawFrame<'a>[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<'a> Copy for RawFrame<'a>[src]
impl<'a> Debug for RawFrame<'a>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl<'a> PartialEq for RawFrame<'a>[src]
fn eq(&self, __arg_0: &RawFrame<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RawFrame<'a>) -> bool[src]
This method tests for !=.