[][src]Trait building_blocks::prelude::Bounded

pub trait Bounded: Copy {
    const MIN: Self;
    const MAX: Self;
}

Associated Constants

const MIN: Self

const MAX: Self

Loading content...

Implementations on Foreign Types

impl Bounded for f32[src]

impl Bounded for i32[src]

Loading content...

Implementors

impl<T> Bounded for PointN<[T; 2]> where
    T: Bounded
[src]

impl<T> Bounded for PointN<[T; 3]> where
    T: Bounded
[src]

Loading content...