ToU8

Trait ToU8 

Source
pub trait ToU8 {
    // Required method
    fn to_u8(self) -> u8;
}

Required Methods§

Source

fn to_u8(self) -> u8

Implementations on Foreign Types§

Source§

impl ToU8 for f32

Source§

fn to_u8(self) -> u8

Source§

impl ToU8 for f64

Source§

fn to_u8(self) -> u8

Source§

impl ToU8 for i8

Source§

fn to_u8(self) -> u8

Source§

impl ToU8 for i16

Source§

fn to_u8(self) -> u8

Source§

impl ToU8 for i32

Source§

fn to_u8(self) -> u8

Source§

impl ToU8 for i64

Source§

fn to_u8(self) -> u8

Source§

impl ToU8 for i128

Source§

fn to_u8(self) -> u8

Source§

impl ToU8 for isize

Source§

fn to_u8(self) -> u8

Source§

impl ToU8 for u16

Source§

fn to_u8(self) -> u8

Source§

impl ToU8 for u32

Source§

fn to_u8(self) -> u8

Source§

impl ToU8 for u64

Source§

fn to_u8(self) -> u8

Source§

impl ToU8 for u128

Source§

fn to_u8(self) -> u8

Source§

impl ToU8 for usize

Source§

fn to_u8(self) -> u8

Implementors§

Source§

impl<T: AsU8> ToU8 for T