Struct amq_proto::MethodFrame [] [src]

pub struct MethodFrame {
    pub class_id: u16,
    pub method_id: u16,
    pub arguments: EncodedMethod,
}

Fields

Methods

impl MethodFrame
[src]

Trait Implementations

impl Debug for MethodFrame
[src]

Formats the value using the given formatter.

impl Clone for MethodFrame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more