☰
Trait Unsigned
Implementations on Foreign Types
Wrapping<T>
u128
u16
u32
u64
u8
usize
Implementors
Other items in
num_traits
::
sign
Traits
Signed
Unsigned
Functions
abs
abs_sub
signum
ayu
dark
light
All crates
aead
aes
aes_gcm
aes_soft
aho_corasick
atty
base64
bitflags
block_buffer
byteorder
cfg_if
chrono
cipher
cookie
cpufeatures
cpuid_bool
crypto_mac
ctr
devise
devise_codegen
devise_core
diesel
diesel_derives
digest
dotenv
filetime
generic_array
getrandom
ghash
glob
hashbrown
hkdf
hmac
httparse
hyper
idna
indexmap
inotify
inotify_sys
instant
iovec
itoa
language_tags
lazy_static
lazycell
libc
limiting_factor
lock_api
log
matches
memchr
mime
mio
mio_extras
net2
notify
num_cpus
num_integer
num_traits
opaque_debug
parking_lot
parking_lot_core
pear
pear_codegen
percent_encoding
polyval
ppv_lite86
pq_sys
r2d2
rand
rand_chacha
rand_core
regex
regex_syntax
rocket
rocket_codegen
rocket_contrib
rocket_http
ryu
same_file
scheduled_thread_pool
scopeguard
serde
serde_json
sha2
slab
smallvec
state
subtle
thread_local
time
tinyvec
tinyvec_macros
toml
traitobject
typeable
typenum
ucd_util
unicase
unicode_bidi
unicode_normalization
unicode_xid
universal_hash
url
utf8_ranges
walkdir
yansi
?
Trait
num_traits
::
sign
::
Unsigned
[
−
]
[src]
pub trait Unsigned:
Num
{ }
Expand description
A trait for values which cannot be negative
Implementations on Foreign Types
[src]
impl
Unsigned
for
usize
[src]
impl
Unsigned
for
u8
[src]
impl
Unsigned
for
u16
[src]
impl
Unsigned
for
u32
[src]
impl
Unsigned
for
u64
[src]
impl
Unsigned
for
u128
[src]
impl<T:
Unsigned
>
Unsigned
for
Wrapping
<T>
where
Wrapping
<T>:
Num
,
Implementors