Struct amq_protocol::frame::ProtocolVersion [−][src]
pub struct ProtocolVersion {
pub major: ShortShortUInt,
pub minor: ShortShortUInt,
pub revision: ShortShortUInt,
}
Expand description
Protocol version used
Fields
major: ShortShortUInt
Major version of the protocol
minor: ShortShortUInt
Minor version of the protocol
revision: ShortShortUInt
Revision of the protocol
Implementations
AMQP 0.9.1
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ProtocolVersion
impl Send for ProtocolVersion
impl Sync for ProtocolVersion
impl Unpin for ProtocolVersion
impl UnwindSafe for ProtocolVersion
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more