[][src]Trait definitive::One

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

Value representing one, like 1.0f32 or 1i8

Required methods

fn one() -> Self

One value

Loading content...

Implementations on Foreign Types

impl One for u8[src]

impl One for i8[src]

impl One for u16[src]

impl One for i16[src]

impl One for u32[src]

impl One for i32[src]

impl One for u64[src]

impl One for i64[src]

impl One for u128[src]

impl One for i128[src]

impl One for usize[src]

impl One for isize[src]

impl One for f32[src]

impl One for f64[src]

Loading content...

Implementors

impl<T: One, const N: usize> One for Vector<T, { N }>[src]

Loading content...