Docs.rs
upcast-arithmetic-0.0.2
upcast-arithmetic 0.0.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
umgefahren
Dependencies
Versions
0%
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
☰
One
Required Associated Constants
ONE
Implementations on Foreign Types
i128
i16
i32
i64
i8
u128
u16
u32
u64
u8
Implementors
In upcast_arithmetic
?
Trait
upcast_arithmetic
::
One
source
·
[
−
]
pub trait One { const
ONE
: Self; }
Required Associated Constants
source
const
ONE
: Self
Implementations on Foreign Types
source
impl
One
for
u8
source
const
ONE
: Self = 1u8
source
impl
One
for
u16
source
const
ONE
: Self = 1u16
source
impl
One
for
u32
source
const
ONE
: Self = 1u32
source
impl
One
for
u64
source
const
ONE
: Self = 1u64
source
impl
One
for
u128
source
const
ONE
: Self = 1u128
source
impl
One
for
i8
source
const
ONE
: Self = 1i8
source
impl
One
for
i16
source
const
ONE
: Self = 1i16
source
impl
One
for
i32
source
const
ONE
: Self = 1i32
source
impl
One
for
i64
source
const
ONE
: Self = 1i64
source
impl
One
for
i128
source
const
ONE
: Self = 1i128
Implementors