[−][src]Trait num::One
Defines a multiplicative identity element for Self.
Required methods
fn one() -> Self
Implementations on Foreign Types
impl One for u16[src]
impl One for i8[src]
impl<T> One for Wrapping<T> where
T: One,
Wrapping<T>: Mul<Wrapping<T>>,
<Wrapping<T> as Mul<Wrapping<T>>>::Output == Wrapping<T>, [src]
T: One,
Wrapping<T>: Mul<Wrapping<T>>,
<Wrapping<T> as Mul<Wrapping<T>>>::Output == Wrapping<T>,
impl One for f64[src]
impl One for u32[src]
impl One for i64[src]
impl One for isize[src]
impl One for f32[src]
impl One for u8[src]
impl One for usize[src]
impl One for u64[src]
impl One for i16[src]
impl One for i32[src]
Loading content...
Implementors
impl One for BigInt[src]
impl One for BigUint[src]
impl<T> One for Complex<T> where
T: Clone + Num, [src]
T: Clone + Num,
impl<T> One for Ratio<T> where
T: Clone + Integer, [src]
T: Clone + Integer,