ToU32

Trait ToU32 

Source
pub trait ToU32 {
    // Required method
    fn to_u32(self) -> u32;
}

Required Methods§

Source

fn to_u32(self) -> u32

Implementations on Foreign Types§

Source§

impl ToU32 for f32

Source§

fn to_u32(self) -> u32

Source§

impl ToU32 for f64

Source§

fn to_u32(self) -> u32

Source§

impl ToU32 for i8

Source§

fn to_u32(self) -> u32

Source§

impl ToU32 for i16

Source§

fn to_u32(self) -> u32

Source§

impl ToU32 for i32

Source§

fn to_u32(self) -> u32

Source§

impl ToU32 for i64

Source§

fn to_u32(self) -> u32

Source§

impl ToU32 for i128

Source§

fn to_u32(self) -> u32

Source§

impl ToU32 for isize

Source§

fn to_u32(self) -> u32

Source§

impl ToU32 for u64

Source§

fn to_u32(self) -> u32

Source§

impl ToU32 for u128

Source§

fn to_u32(self) -> u32

Implementors§

Source§

impl<T: AsU32> ToU32 for T