Trait ConstOne
pub trait ConstOne: One
Defines an associated constant representing the multiplicative identity
element for Self.
Associated Constants
const ONE: Self;The multiplicative identity element of
Self,1.
Implementors
impl ConstOne for f32impl ConstOne for f64impl ConstOne for i128impl ConstOne for i16impl ConstOne for i32impl ConstOne for i64impl ConstOne for i8impl ConstOne for isizeimpl ConstOne for u128impl ConstOne for u16impl ConstOne for u32impl ConstOne for u64impl ConstOne for u8impl ConstOne for usizeimpl<T: ConstOne> ConstOne for Wrapping<T> where Wrapping<T>: Mul<Output = Wrapping<T>>,