Files
alloc
collections
btree
map
vec_deque
prelude
vec
core
alloc
array
char
convert
fmt
future
hash
iter
adapters
sources
traits
macros
mem
num
dec2flt
flt2dec
shells
ops
prelude
ptr
slice
stdarch
crates
core_arch
src
aarch64
arm
arm_shared
mips
nvptx
powerpc
powerpc64
wasm32
x86
abm.rsadx.rsaes.rsavx.rsavx2.rsavx512bf16.rsavx512bitalg.rsavx512bw.rsavx512cd.rsavx512f.rsavx512gfni.rsavx512ifma.rsavx512vaes.rsavx512vbmi.rsavx512vbmi2.rsavx512vnni.rsavx512vpclmulqdq.rsavx512vpopcntdq.rsbmi1.rsbmi2.rsbswap.rsbt.rscpuid.rseflags.rsf16c.rsfma.rsfxsr.rsmacros.rsmod.rspclmulqdq.rsrdrand.rsrdtsc.rsrtm.rssha.rssse.rssse2.rssse3.rssse41.rssse42.rssse4a.rsssse3.rstbm.rsxsave.rs
x86_64
str
stream
sync
task
unicode
std
backtrace
src
collections
ffi
io
net
os
linux
raw
unix
wasi
windows
prelude
sync
sys
common
windows
sys_common
thread
>
1 2 3 4 5 6 7 8 9 10 11 12 13
//! 128 位有符号整数类型的常量。 //! //! *[See also the `i128` primitive type][i128].* //! //! 新代码应直接在原始类型上使用关联的常量。 #![stable(feature = "i128", since = "1.26.0")] #![rustc_deprecated( since = "TBD", reason = "all constants in this module replaced by associated constants on `i128`" )] int_module! { i128, #[stable(feature = "i128", since="1.26.0")] }