Module serde_amqp::primitives

source ·
Expand description

Definition of the primitive types

Structs§

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