aoc
2023.12.25
Unsigned
Implementations on Foreign Types
u128
u16
u32
u64
u8
usize
Object Safety
Implementors
In aoc::
util::
integer
Trait
aoc
::
util
::
integer
::
Unsigned
Copy item path
source
·
[
−
]
pub trait Unsigned<T>:
Integer
<T> { }
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
Unsigned
<
u8
> for
u8
source
§
impl
Unsigned
<
u16
> for
u16
source
§
impl
Unsigned
<
u32
> for
u32
source
§
impl
Unsigned
<
u64
> for
u64
source
§
impl
Unsigned
<
u128
> for
u128
source
§
impl
Unsigned
<
usize
> for
usize
Implementors
§