Unsigned
num
0.1.42
Unsigned
Implementations on Foreign Types
Wrapping<T>
u128
u16
u32
u64
u8
usize
Object Safety
Implementors
In crate num
Modules
cast
integer
iter
pow
traits
Traits
Bounded
CheckedAdd
CheckedDiv
CheckedMul
CheckedSub
Float
FromPrimitive
Integer
Num
NumCast
One
PrimInt
Saturating
Signed
ToPrimitive
Unsigned
Zero
Functions
abs
abs_sub
cast
checked_pow
clamp
one
pow
range
range_inclusive
range_step
range_step_inclusive
signum
zero
?
Settings
Trait
num
::
Unsigned
Copy item path
source
·
[
−
]
pub trait Unsigned:
Num
{ }
Expand description
A trait for values which cannot be negative
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
Unsigned
for
u8
source
§
impl
Unsigned
for
u16
source
§
impl
Unsigned
for
u32
source
§
impl
Unsigned
for
u64
source
§
impl
Unsigned
for
u128
source
§
impl
Unsigned
for
usize
source
§
impl<T>
Unsigned
for
Wrapping
<T>
where T:
Unsigned
,
Wrapping
<T>:
Num
,
Implementors
§