NegLeftExt

Trait NegLeftExt 

Source
pub trait NegLeftExt {
    const LEFT: Self;
}
Expand description

LEFT constant where right is positive.

Required Associated Constants§

Source

const LEFT: Self

Points left (right is positive).

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<T: ScalarNegOne> NegLeftExt for T

Source§

const LEFT: Self = Self::NEG_ONE

Source§

impl<T: ScalarZero + ScalarNegOne, A: Alignment> NegLeftExt for Vector<2, T, A>

Source§

const LEFT: Self = Self::NEG_X

Source§

impl<T: ScalarZero + ScalarNegOne, A: Alignment> NegLeftExt for Vector<3, T, A>

Source§

const LEFT: Self = Self::NEG_X

Source§

impl<T: ScalarZero + ScalarNegOne, A: Alignment> NegLeftExt for Vector<4, T, A>

Source§

const LEFT: Self = Self::NEG_X