Type Alias serde_amqp::primitives::Short

source ·
pub type Short = i16;
Expand description

Integer in the range -(2^15) to 2^15-1 inclusive

encoding code = 0x61, category = fixed, width = 2 label = “16-bit two’s-complement integer in network byte order”