Integer
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
Macros
impl_integer
Traits
ExtendTargetSealed
Integer
TruncateTargetSealed
num_conv
::
sealed
Trait
Integer
Copy item path
Settings
Help
Summary
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
§