SixtyThree

Trait SixtyThree 

Source
pub trait SixtyThree {
    const SIXTY_THREE: Self;
}

Required Associated Constants§

Source

const SIXTY_THREE: 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 SixtyThree for f32

Source§

const SIXTY_THREE: Self = 63f32

Source§

impl SixtyThree for f64

Source§

const SIXTY_THREE: Self = 63f64

Source§

impl SixtyThree for i8

Source§

const SIXTY_THREE: Self = 63i8

Source§

impl SixtyThree for i16

Source§

const SIXTY_THREE: Self = 63i16

Source§

impl SixtyThree for i32

Source§

const SIXTY_THREE: Self = 63i32

Source§

impl SixtyThree for i64

Source§

const SIXTY_THREE: Self = 63i64

Source§

impl SixtyThree for i128

Source§

const SIXTY_THREE: Self = 63i128

Source§

impl SixtyThree for isize

Source§

const SIXTY_THREE: Self = 63isize

Source§

impl SixtyThree for u8

Source§

const SIXTY_THREE: Self = 63u8

Source§

impl SixtyThree for u16

Source§

const SIXTY_THREE: Self = 63u16

Source§

impl SixtyThree for u32

Source§

const SIXTY_THREE: Self = 63u32

Source§

impl SixtyThree for u64

Source§

const SIXTY_THREE: Self = 63u64

Source§

impl SixtyThree for u128

Source§

const SIXTY_THREE: Self = 63u128

Source§

impl SixtyThree for usize

Source§

const SIXTY_THREE: Self = 63usize

Implementors§