Trait num::traits::One
[−]
[src]
pub trait One: Sized + Mul<Self, Output=Self> { fn one() -> Self; }
Defines a multiplicative identity element for Self
.
Required Methods
fn one() -> Self
Implementors
impl One for BigUint
impl One for BigInt
impl<T: Clone + Num> One for Complex<T>
impl One for usize
impl One for u8
impl One for u16
impl One for u32
impl One for u64
impl One for isize
impl One for i8
impl One for i16
impl One for i32
impl One for i64
impl One for f32
impl One for f64
impl<T: Clone + Integer + PartialOrd> One for Ratio<T>