Expand description
Constants for the types exported by this crate.
Constantsยง
- INT8_
MAX - Maximum value of an object of type
int8_t
. - INT8_
MIN - Minimum value of an object of type
int8_t
. - INT16_
MAX - Maximum value of an object of type
int16_t
. - INT16_
MIN - Minimum value of an object of type
int16_t
. - INT32_
MAX - Maximum value of an object of type
int32_t
. - INT32_
MIN - Minimum value of an object of type
int32_t
. - INT64_
MAX - Maximum value of an object of type
int64_t
. - INT64_
MIN - Minimum value of an object of type
int64_t
. - INTMAX_
MAX - Minimum value of an object of type
intmax_t
. - INTMAX_
MIN - Maximum value of an object of type
intmax_t
. - INTPTR_
MAX - Minimum value of an object of type
intptr_t
. - INTPTR_
MIN - Maximum value of an object of type
intptr_t
. - INT_
FAST8_ MAX - Maximum value of an object of type
int_fast8_t
. - INT_
FAST8_ MIN - Minimum value of an object of type
int_fast8_t
. - INT_
FAST16_ MAX - Maximum value of an object of type
int_fast16_t
. - INT_
FAST16_ MIN - Minimum value of an object of type
int_fast16_t
. - INT_
FAST32_ MAX - Maximum value of an object of type
int_fast32_t
. - INT_
FAST32_ MIN - Minimum value of an object of type
int_fast32_t
. - INT_
FAST64_ MAX - Maximum value of an object of type
int_fast64_t
. - INT_
FAST64_ MIN - Minimum value of an object of type
int_fast64_t
. - INT_
LEAS T8_ MAX - Maximum value of an object of type
int_least8_t
. - INT_
LEAS T8_ MIN - Minimum value of an object of type
int_least8_t
. - INT_
LEAS T16_ MAX - Maximum value of an object of type
int_least16_t
. - INT_
LEAS T16_ MIN - Minimum value of an object of type
int_least16_t
. - INT_
LEAS T32_ MAX - Maximum value of an object of type
int_least32_t
. - INT_
LEAS T32_ MIN - Minimum value of an object of type
int_least32_t
. - INT_
LEAS T64_ MAX - Maximum value of an object of type
int_least64_t
. - INT_
LEAS T64_ MIN - Minimum value of an object of type
int_least64_t
. - UINT8_
MAX - Maximum value of an object of type
uint8_t
. - UINT16_
MAX - Maximum value of an object of type
uint16_t
. - UINT32_
MAX - Maximum value of an object of type
uint32_t
. - UINT64_
MAX - Maximum value of an object of type
uint64_t
. - UINTMAX_
MAX - Maximum value of an object of type
uintmax_t
. - UINTPTR_
MAX - Maximum value of an object of type
uintptr_t
. - UINT_
FAST8_ MAX - Maximum value of an object of type
uint_fast8_t
. - UINT_
FAST16_ MAX - Maximum value of an object of type
uint_fast16_t
. - UINT_
FAST32_ MAX - Maximum value of an object of type
uint_fast32_t
. - UINT_
FAST64_ MAX - Maximum value of an object of type
uint_fast64_t
. - UINT_
LEAS T8_ MAX - Maximum value of an object of type
uint_least8_t
. - UINT_
LEAS T16_ MAX - Maximum value of an object of type
uint_least16_t
. - UINT_
LEAS T32_ MAX - Maximum value of an object of type
uint_least32_t
. - UINT_
LEAS T64_ MAX - Maximum value of an object of type
uint_least64_t
.