num_
conv
0.1.0
Integer
Implementations on Foreign Types
i128
i16
i32
i64
i8
isize
u128
u16
u32
u64
u8
usize
Implementors
In num_
conv::
sealed
num_conv
::
sealed
Trait
Integer
Copy item path
source
pub trait Integer { }
Implementations on Foreign Types
§
source
§
impl
Integer
for
i8
source
§
impl
Integer
for
i16
source
§
impl
Integer
for
i32
source
§
impl
Integer
for
i64
source
§
impl
Integer
for
i128
source
§
impl
Integer
for
isize
source
§
impl
Integer
for
u8
source
§
impl
Integer
for
u16
source
§
impl
Integer
for
u32
source
§
impl
Integer
for
u64
source
§
impl
Integer
for
u128
source
§
impl
Integer
for
usize
Implementors
§