[][src]Trait gf::support::convert::IntoU128

pub trait IntoU128: Copy {
    fn into_u128(self) -> u128;
}

A Copy value that can be converted to u128.

Required methods

fn into_u128(self) -> u128

Perform the conversion.

Loading content...

Implementations on Foreign Types

impl IntoU128 for bool[src]

impl IntoU128 for u8[src]

impl IntoU128 for u16[src]

impl IntoU128 for u32[src]

impl IntoU128 for u64[src]

impl IntoU128 for u128[src]

impl IntoU128 for usize[src]

Loading content...

Implementors

impl IntoU128 for VarSize[src]

Loading content...