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

Trait Implementations

impl<'a> Clone for RawFrame<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for RawFrame<'a>
[src]

impl<'a> Debug for RawFrame<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for RawFrame<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Eq for RawFrame<'a>
[src]