[][src]Trait pane::math::ZeroOneTwo

pub trait ZeroOneTwo: Copy {
    const ZERO: Self;
    const ONE: Self;
    const TWO: Self;
}

Trait for defining small-number constants

Associated Constants

const ZERO: Self

Zero 0

const ONE: Self

One 1

const TWO: Self

Two 2

Loading content...

Implementations on Foreign Types

impl ZeroOneTwo for f32[src]

impl ZeroOneTwo for f64[src]

Loading content...

Implementors

Loading content...