Module num
Source - EndianBig
- Implements
Endian
trait and provides
big endian
conversions between numbers and arrays - EndianLittle
- Implements
Endian
trait and provides
little endian
conversions between numbers and arrays - EndianNative
- Implements
Endian
trait and provides
native endian
conversions between numbers and arrays
- Add
- AddChecked
- AddOverflowing
- AddSaturating
- AddUnchecked
- AddWrapping
- ArrayConversions
- Div
- DivChecked
- DivOverflowing
- DivSaturating
- DivUnchecked
- DivWrapping
- Endian
- FromBool
- Trait for number types that can be converted from
bool
, losslessly - FromBoolLossy
- Trait for number types that can be converted from
bool
, potentially lossily - FromF32
- Trait for number types that can be converted from
f32
, losslessly - FromF64
- Trait for number types that can be converted from
f64
, losslessly - FromF32Lossy
- Trait for number types that can be converted from
f32
, potentially lossily - FromF64Lossy
- Trait for number types that can be converted from
f64
, potentially lossily - FromI8
- Trait for number types that can be converted from
i8
, losslessly - FromI8Lossy
- Trait for number types that can be converted from
i8
, potentially lossily - FromI16
- Trait for number types that can be converted from
i16
, losslessly - FromI32
- Trait for number types that can be converted from
i32
, losslessly - FromI64
- Trait for number types that can be converted from
i64
, losslessly - FromI16Lossy
- Trait for number types that can be converted from
i16
, potentially lossily - FromI32Lossy
- Trait for number types that can be converted from
i32
, potentially lossily - FromI64Lossy
- Trait for number types that can be converted from
i64
, potentially lossily - FromI128
- Trait for number types that can be converted from
i128
, losslessly - FromI128Lossy
- Trait for number types that can be converted from
i128
, potentially lossily - FromIsize
- Trait for number types that can be converted from
isize
, losslessly - FromIsizeLossy
- Trait for number types that can be converted from
isize
, potentially lossily - FromNum
- FromNumLossy
- FromU8
- Trait for number types that can be converted from
u8
, losslessly - FromU8Lossy
- Trait for number types that can be converted from
u8
, potentially lossily - FromU16
- Trait for number types that can be converted from
u16
, losslessly - FromU32
- Trait for number types that can be converted from
u32
, losslessly - FromU64
- Trait for number types that can be converted from
u64
, losslessly - FromU16Lossy
- Trait for number types that can be converted from
u16
, potentially lossily - FromU32Lossy
- Trait for number types that can be converted from
u32
, potentially lossily - FromU64Lossy
- Trait for number types that can be converted from
u64
, potentially lossily - FromU128
- Trait for number types that can be converted from
u128
, losslessly - FromU128Lossy
- Trait for number types that can be converted from
u128
, potentially lossily - FromUsize
- Trait for number types that can be converted from
usize
, losslessly - FromUsizeLossy
- Trait for number types that can be converted from
usize
, potentially lossily - IntSigned
- IntSignedness
- IntUnsigned
- IntoF32
- Trait for number types that can be converted into
f32
, losslessly - IntoF64
- Trait for number types that can be converted into
f64
, losslessly - IntoF32Lossy
- Trait for number types that can be converted into
f32
, potentially lossily - IntoF64Lossy
- Trait for number types that can be converted into
f64
, potentially lossily - IntoI8
- Trait for number types that can be converted into
i8
, losslessly - IntoI8Lossy
- Trait for number types that can be converted into
i8
, potentially lossily - IntoI16
- Trait for number types that can be converted into
i16
, losslessly - IntoI32
- Trait for number types that can be converted into
i32
, losslessly - IntoI64
- Trait for number types that can be converted into
i64
, losslessly - IntoI16Lossy
- Trait for number types that can be converted into
i16
, potentially lossily - IntoI32Lossy
- Trait for number types that can be converted into
i32
, potentially lossily - IntoI64Lossy
- Trait for number types that can be converted into
i64
, potentially lossily - IntoI128
- Trait for number types that can be converted into
i128
, losslessly - IntoI128Lossy
- Trait for number types that can be converted into
i128
, potentially lossily - IntoIsize
- Trait for number types that can be converted into
isize
, losslessly - IntoIsizeLossy
- Trait for number types that can be converted into
isize
, potentially lossily - IntoNum
- IntoNumLossy
- IntoU8
- Trait for number types that can be converted into
u8
, losslessly - IntoU8Lossy
- Trait for number types that can be converted into
u8
, potentially lossily - IntoU16
- Trait for number types that can be converted into
u16
, losslessly - IntoU32
- Trait for number types that can be converted into
u32
, losslessly - IntoU64
- Trait for number types that can be converted into
u64
, losslessly - IntoU16Lossy
- Trait for number types that can be converted into
u16
, potentially lossily - IntoU32Lossy
- Trait for number types that can be converted into
u32
, potentially lossily - IntoU64Lossy
- Trait for number types that can be converted into
u64
, potentially lossily - IntoU128
- Trait for number types that can be converted into
u128
, losslessly - IntoU128Lossy
- Trait for number types that can be converted into
u128
, potentially lossily - IntoUsize
- Trait for number types that can be converted into
usize
, losslessly - IntoUsizeLossy
- Trait for number types that can be converted into
usize
, potentially lossily - Mul
- MulChecked
- MulOverflowing
- MulSaturating
- MulUnchecked
- MulWrapping
- Neg
- NegChecked
- NegOverflowing
- NegSaturating
- NegUnchecked
- NegWrapping
- Sub
- SubChecked
- SubOverflowing
- SubSaturating
- SubUnchecked
- SubWrapping