[][src]Struct rin::math::constraint::ShapeConstraint

pub struct ShapeConstraint;

A type used in where clauses for enforcing constraints.

Trait Implementations

impl<R1, C1, R2, C2> AreMultipliable<R1, C1, R2, C2> for ShapeConstraint where
    C1: Dim,
    C2: Dim,
    R1: Dim,
    R2: Dim,
    ShapeConstraint: DimEq<C1, R2>, 
[src]

impl<D> SameNumberOfRows<Dynamic, D> for ShapeConstraint where
    D: DimName
[src]

This is either equal to D1 or D2, always choosing the one (if any) which is a type-level constant. Read more

impl<D> SameNumberOfRows<D, Dynamic> for ShapeConstraint where
    D: DimName
[src]

This is either equal to D1 or D2, always choosing the one (if any) which is a type-level constant. Read more

impl<D> SameNumberOfRows<D, D> for ShapeConstraint where
    D: Dim
[src]

This is either equal to D1 or D2, always choosing the one (if any) which is a type-level constant. Read more

impl<D> SameDimension<D, D> for ShapeConstraint where
    D: Dim
[src]

This is either equal to D1 or D2, always choosing the one (if any) which is a type-level constant. Read more

impl<D> SameDimension<D, Dynamic> for ShapeConstraint where
    D: DimName
[src]

This is either equal to D1 or D2, always choosing the one (if any) which is a type-level constant. Read more

impl<D> SameDimension<Dynamic, D> for ShapeConstraint where
    D: DimName
[src]

This is either equal to D1 or D2, always choosing the one (if any) which is a type-level constant. Read more

impl<D> DimEq<Dynamic, D> for ShapeConstraint where
    D: DimName
[src]

This is either equal to D1 or D2, always choosing the one (if any) which is a type-level constant. Read more

impl<D> DimEq<D, Dynamic> for ShapeConstraint where
    D: DimName
[src]

This is either equal to D1 or D2, always choosing the one (if any) which is a type-level constant. Read more

impl<D> DimEq<D, D> for ShapeConstraint where
    D: Dim
[src]

This is either equal to D1 or D2, always choosing the one (if any) which is a type-level constant. Read more

impl<D> SameNumberOfColumns<D, D> for ShapeConstraint where
    D: Dim
[src]

This is either equal to D1 or D2, always choosing the one (if any) which is a type-level constant. Read more

impl<D> SameNumberOfColumns<Dynamic, D> for ShapeConstraint where
    D: DimName
[src]

This is either equal to D1 or D2, always choosing the one (if any) which is a type-level constant. Read more

impl<D> SameNumberOfColumns<D, Dynamic> for ShapeConstraint where
    D: DimName
[src]

This is either equal to D1 or D2, always choosing the one (if any) which is a type-level constant. Read more

Auto Trait Implementations

impl Send for ShapeConstraint

impl Sync for ShapeConstraint

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: Any
[src]

impl<T> SetParameter for T
[src]

Sets value as a parameter of self.

impl<V> IntoVec for V
[src]

impl<V> IntoPnt for V
[src]

impl<T> Same for T
[src]

Should always be Self

impl<SS, SP> SupersetOf for SP where
    SS: SubsetOf<SP>, 
[src]