Skip to main content

ToU64

Trait ToU64 

Source
pub trait ToU64 {
    // Required method
    fn to_u64(&self) -> u64;
}

Required Methods§

Source

fn to_u64(&self) -> u64

Implementations on Foreign Types§

Source§

impl ToU64 for bool

Source§

fn to_u64(&self) -> u64

Source§

impl ToU64 for char

Source§

fn to_u64(&self) -> u64

Source§

impl ToU64 for f32

Source§

fn to_u64(&self) -> u64

Source§

impl ToU64 for f64

Source§

fn to_u64(&self) -> u64

Source§

impl ToU64 for i8

Source§

fn to_u64(&self) -> u64

Source§

impl ToU64 for i16

Source§

fn to_u64(&self) -> u64

Source§

impl ToU64 for i32

Source§

fn to_u64(&self) -> u64

Source§

impl ToU64 for i64

Source§

fn to_u64(&self) -> u64

Source§

impl ToU64 for i128

Source§

fn to_u64(&self) -> u64

Source§

impl ToU64 for u8

Source§

fn to_u64(&self) -> u64

Source§

impl ToU64 for u16

Source§

fn to_u64(&self) -> u64

Source§

impl ToU64 for u32

Source§

fn to_u64(&self) -> u64

Source§

impl ToU64 for u64

Source§

fn to_u64(&self) -> u64

Source§

impl ToU64 for u128

Source§

fn to_u64(&self) -> u64

Implementors§