Docs.rs
num-0.4.1
num 0.4.1
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Documentation
Repository
Crates.io
Source
Owners
alexcrichton
hauleth
cuviper
Dependencies
num-bigint ^0.4.3
normal
num-complex ^0.4.3
normal
num-integer ^0.1.45
normal
num-iter ^0.1.43
normal
num-rational ^0.4.1
normal
num-traits ^0.2.15
normal
Versions
14.29%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Unsigned
Implementations on Foreign Types
Wrapping<T>
u128
u16
u32
u64
u8
usize
Implementors
In num
?
Trait
num
::
Unsigned
source
·
[
−
]
pub trait Unsigned:
Num
{ }
Expand description
A trait for values which cannot be negative
Implementations on Foreign Types
§
source
§
impl<T>
Unsigned
for
Wrapping
<T>
where T:
Unsigned
,
Wrapping
<T>:
Num
,
source
§
impl
Unsigned
for
u8
source
§
impl
Unsigned
for
u128
source
§
impl
Unsigned
for
usize
source
§
impl
Unsigned
for
u64
source
§
impl
Unsigned
for
u32
source
§
impl
Unsigned
for
u16
Implementors
§
source
§
impl
Unsigned
for
BigUint