Type Alias serde_amqp::primitives::Int

source ·
pub type Int = i32;
Expand description

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

encoding code = 0x71, category = fixed, width = 4 label = “32-bit two’s-complement integer in network byte order”

encoding name = “smallint”, encoding code = 0x54 category = fixed, width = 1 label = “8-bit two’s-complement integer”