ThirtyTwo

Trait ThirtyTwo 

Source
pub trait ThirtyTwo {
    const THIRTY_TWO: Self;
}

Required Associated Constants§

Source

const THIRTY_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 ThirtyTwo for f32

Source§

const THIRTY_TWO: Self = 32f32

Source§

impl ThirtyTwo for f64

Source§

const THIRTY_TWO: Self = 32f64

Source§

impl ThirtyTwo for i8

Source§

const THIRTY_TWO: Self = 32i8

Source§

impl ThirtyTwo for i16

Source§

const THIRTY_TWO: Self = 32i16

Source§

impl ThirtyTwo for i32

Source§

const THIRTY_TWO: Self = 32i32

Source§

impl ThirtyTwo for i64

Source§

const THIRTY_TWO: Self = 32i64

Source§

impl ThirtyTwo for i128

Source§

const THIRTY_TWO: Self = 32i128

Source§

impl ThirtyTwo for isize

Source§

const THIRTY_TWO: Self = 32isize

Source§

impl ThirtyTwo for u8

Source§

const THIRTY_TWO: Self = 32u8

Source§

impl ThirtyTwo for u16

Source§

const THIRTY_TWO: Self = 32u16

Source§

impl ThirtyTwo for u32

Source§

const THIRTY_TWO: Self = 32u32

Source§

impl ThirtyTwo for u64

Source§

const THIRTY_TWO: Self = 32u64

Source§

impl ThirtyTwo for u128

Source§

const THIRTY_TWO: Self = 32u128

Source§

impl ThirtyTwo for usize

Source§

const THIRTY_TWO: Self = 32usize

Implementors§