Crate stdint

source ·

Modules

Constants for the types exported by this crate.

Type Definitions

Signed integer type with width of exactly 8 bits.
Signed integer type with width of exactly 16 bits.
Signed integer type with width of exactly 32 bits.
Signed integer type with width of exactly 64 bits.
Fastest signed integer type with width of at least 8 bits.
Fastest signed integer type with width of at least 16 bits.
Fastest signed integer type with width of at least 32 bits.
Fastest signed integer type with width of at least 64 bits.
Smallest signed integer type with width of at least 8 bits.
Smallest signed integer type with width of at least 16 bits.
Smallest signed integer type with width of at least 32 bits.
Smallest signed integer type with width of at least 64 bits.
Maximum-width signed integer type.
Signed integer type capable of holding a pointer to std::ffi::c_void.
The unsigned integer type of the result of the sizeof operator.
Used for a count of bytes or an error indication.
Unsigned integer type with width of exactly 8 bits.
Unsigned integer type with width of exactly 16 bits.
Unsigned integer type with width of exactly 32 bits.
Unsigned integer type with width of exactly 64 bits.
Fastest unsigned integer type with width of at least 8 bits.
Fastest unsigned integer type with width of at least 16 bits.
Fastest unsigned integer type with width of at least 32 bits.
Fastest unsigned integer type with width of at least 64 bits.
Smallest unsigned integer type with width of at least 8 bits.
Smallest unsigned integer type with width of at least 16 bits.
Smallest unsigned integer type with width of at least 32 bits.
Smallest unsigned integer type with width of at least 64 bits.
Maximum-width unsigned integer type.
Unsigned integer type capable of holding a pointer to std::ffi::c_void.