ToU128

Trait ToU128 

Source
pub trait ToU128 {
    // Required method
    fn to_u128(self) -> u128;
}

Required Methods§

Source

fn to_u128(self) -> u128

Implementations on Foreign Types§

Source§

impl ToU128 for f32

Source§

fn to_u128(self) -> u128

Source§

impl ToU128 for f64

Source§

fn to_u128(self) -> u128

Source§

impl ToU128 for i8

Source§

fn to_u128(self) -> u128

Source§

impl ToU128 for i16

Source§

fn to_u128(self) -> u128

Source§

impl ToU128 for i32

Source§

fn to_u128(self) -> u128

Source§

impl ToU128 for i64

Source§

fn to_u128(self) -> u128

Source§

impl ToU128 for i128

Source§

fn to_u128(self) -> u128

Source§

impl ToU128 for isize

Source§

fn to_u128(self) -> u128

Implementors§

Source§

impl<T: AsU128> ToU128 for T