Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
num-0.4.1
num 0.4.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
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
Go to latest version
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
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::traits
?
Trait
num
::
traits
::
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