Module fe2o3_amqp_types::primitives

source ·
Available on crate feature primitive only.
Expand description

Primitive types defined in the AMQP1.0 specification Part 1.6

Structs§

Enums§

Type Aliases§

  • A sequence of octets.
  • Represents a true or false value
  • Integer in the range -(2^7) to 2^7-1 inclusive
  • A single Unicode character
  • 64-bit floating point number (IEEE 754-2008 binary64).
  • 32-bit floating point number (IEEE 754-2008 binary32)
  • Integer in the range -(2^31) to 2^31-1 inclusive
  • A sequence of polymorphic values.
  • Integer in the range -(2^63) to 2^63-1 inclusive
  • Integer in the range -(2^15) to 2^15-1 inclusive
  • Integer in the range 0 to 2^8-1 inclusive
  • Integer in the range 0 to 2^32-1 inclusive
  • Integer in the range 0 to 2^64-1 inclusive
  • Integer in the range 0 to 2^16-1 inclusive