[][src]Trait posrel::Scalar

pub trait Scalar: Copy + Clone + Debug + Display + Add<Self, Output = Self> + Sub<Self, Output = Self> + Mul<Self, Output = Self> + Div<Self, Output = Self> + PartialEq + PartialOrd + Neg<Output = Self> {
    const ZERO: Self;
}

Associated Constants

const ZERO: Self

Loading content...

Implementations on Foreign Types

impl Scalar for i8[src]

impl Scalar for i16[src]

impl Scalar for i32[src]

impl Scalar for i64[src]

impl Scalar for f32[src]

impl Scalar for f64[src]

Loading content...

Implementors

Loading content...