Module stdint::consts

source ·
Expand description

Constants for the types exported by this crate.

Constants

Maximum value of an object of type int8_t.
Minimum value of an object of type int8_t.
Maximum value of an object of type int16_t.
Minimum value of an object of type int16_t.
Maximum value of an object of type int32_t.
Minimum value of an object of type int32_t.
Maximum value of an object of type int64_t.
Minimum value of an object of type int64_t.
Minimum value of an object of type intmax_t.
Maximum value of an object of type intmax_t.
Minimum value of an object of type intptr_t.
Maximum value of an object of type intptr_t.
Maximum value of an object of type int_fast8_t.
Minimum value of an object of type int_fast8_t.
Maximum value of an object of type int_fast16_t.
Minimum value of an object of type int_fast16_t.
Maximum value of an object of type int_fast32_t.
Minimum value of an object of type int_fast32_t.
Maximum value of an object of type int_fast64_t.
Minimum value of an object of type int_fast64_t.
Maximum value of an object of type int_least8_t.
Minimum value of an object of type int_least8_t.
Maximum value of an object of type int_least16_t.
Minimum value of an object of type int_least16_t.
Maximum value of an object of type int_least32_t.
Minimum value of an object of type int_least32_t.
Maximum value of an object of type int_least64_t.
Minimum value of an object of type int_least64_t.
Maximum value of an object of type uint8_t.
Maximum value of an object of type uint16_t.
Maximum value of an object of type uint32_t.
Maximum value of an object of type uint64_t.
Maximum value of an object of type uintmax_t.
Maximum value of an object of type uintptr_t.
Maximum value of an object of type uint_fast8_t.
Maximum value of an object of type uint_fast16_t.
Maximum value of an object of type uint_fast32_t.
Maximum value of an object of type uint_fast64_t.
Maximum value of an object of type uint_least8_t.
Maximum value of an object of type uint_least16_t.
Maximum value of an object of type uint_least32_t.
Maximum value of an object of type uint_least64_t.