[][src]Trait building_blocks_core::point::SmallOne

pub trait SmallOne: Copy {
    const ONE: Self;
}

Associated Constants

const ONE: Self

Loading content...

Implementations on Foreign Types

impl SmallOne for i32[src]

impl SmallOne for f32[src]

Loading content...

Implementors

Loading content...