[][src]Trait eyros::Scalar

pub trait Scalar: Copy + Sized { }

Types representing a single value (as opposed to an interval, which has minimum and maximum values).

This trait has no required methods.

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 i8[src]

impl Scalar for i16[src]

impl Scalar for i32[src]

impl Scalar for i64[src]

Loading content...

Implementors

Loading content...