Files
alloc
collections
prelude
core
char
fmt
future
hash
iter
adapters
traits
mem
num
dec2flt
flt2dec
ops
prelude
ptr
slice
stdarch
crates
core_arch
src
aarch64
acle
arm
mips
nvptx
powerpc
powerpc64
wasm32
x86
x86_64
str
sync
task
unicode
proc_macro
std
collections
ffi
io
net
os
prelude
stdarch
sync
sys
unix
ext
process
windows
sys_common
thread
test
>
1 2 3 4 5 6 7
//! The 32-bit unsigned integer type. //! //! *[See also the `u32` primitive type](../../std/primitive.u32.html).* #![stable(feature = "rust1", since = "1.0.0")] uint_module! { u32 }