[][src]Trait mathru::algebra::abstr::One

pub trait One {
    pub fn one() -> Self;
}

Required methods

pub fn one() -> Self[src]

Loading content...

Implementations on Foreign Types

impl One for u8[src]

impl One for u16[src]

impl One for u32[src]

impl One for u64[src]

impl One for u128[src]

impl One for i8[src]

impl One for i16[src]

impl One for i32[src]

impl One for i64[src]

impl One for i128[src]

impl One for f32[src]

impl One for f64[src]

Loading content...

Implementors

Loading content...