[][src]Struct na::base::constraint::ShapeConstraint

pub struct ShapeConstraint;

A type used in where clauses for enforcing constraints.

Trait Implementations

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

type Representative = D

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]

type Representative = D

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]

type Representative = D

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]

type Representative = D

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]

type Representative = D

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]

type Representative = D

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]

type Representative = D

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]

type Representative = D

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]

type Representative = D

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<Dynamic, D> for ShapeConstraint where
    D: DimName
[src]

type Representative = D

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]

type Representative = D

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]

type Representative = D

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

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]

Auto Trait Implementations

Blanket Implementations

impl<V> IntoVec for V[src]

impl<V> IntoPnt for V[src]

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

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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

impl<T> Same for T

type Output = T

Should always be Self

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