EightyTwo

Trait EightyTwo 

Source
pub trait EightyTwo {
    const EIGHTY_TWO: Self;
}

Required Associated Constants§

Source

const EIGHTY_TWO: Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl EightyTwo for f32

Source§

const EIGHTY_TWO: Self = 82f32

Source§

impl EightyTwo for f64

Source§

const EIGHTY_TWO: Self = 82f64

Source§

impl EightyTwo for i8

Source§

const EIGHTY_TWO: Self = 82i8

Source§

impl EightyTwo for i16

Source§

const EIGHTY_TWO: Self = 82i16

Source§

impl EightyTwo for i32

Source§

const EIGHTY_TWO: Self = 82i32

Source§

impl EightyTwo for i64

Source§

const EIGHTY_TWO: Self = 82i64

Source§

impl EightyTwo for i128

Source§

const EIGHTY_TWO: Self = 82i128

Source§

impl EightyTwo for isize

Source§

const EIGHTY_TWO: Self = 82isize

Source§

impl EightyTwo for u8

Source§

const EIGHTY_TWO: Self = 82u8

Source§

impl EightyTwo for u16

Source§

const EIGHTY_TWO: Self = 82u16

Source§

impl EightyTwo for u32

Source§

const EIGHTY_TWO: Self = 82u32

Source§

impl EightyTwo for u64

Source§

const EIGHTY_TWO: Self = 82u64

Source§

impl EightyTwo for u128

Source§

const EIGHTY_TWO: Self = 82u128

Source§

impl EightyTwo for usize

Source§

const EIGHTY_TWO: Self = 82usize

Implementors§