Type Alias serde_amqp::primitives::Ulong

source ·
pub type Ulong = u64;
Expand description

Integer in the range 0 to 2^64-1 inclusive

encoding code = 0x80, category = fixed, width = 8 label = “64-bit unsigned integer in network byte order” (AKA. Big-Endian, rust uses BigEndian by default)

encoding name = “smallulong”, encoding code = 0x53 category = fixed, width = 1 label = “unsigned long value in the range 0 to 255 inclusive”

encoding name = “ulong0”, encoding code = 0x44 category = fixed, width = 0 label = “the ulong value 0”