Trait eyros::Scalar[][src]

pub trait Scalar: Clone + PartialOrd + From<u8> + Debug + Send + Sync + 'static + PartialEq + ToBytes + CountBytes + FromBytes + Add<Output = Self> + Div<Output = Self> { }
Expand description

All coordinate values must implement this collection of traits.

Implementations on Foreign Types

impl Scalar for f32[src]

impl Scalar for f64[src]

impl Scalar for u8[src]

impl Scalar for u16[src]

impl Scalar for u32[src]

impl Scalar for u64[src]

impl Scalar for i16[src]

impl Scalar for i32[src]

impl Scalar for i64[src]

Implementors