Struct rin::math::base::constraint::ShapeConstraint [−][src]
pub struct ShapeConstraint;
A type used in where
clauses for enforcing constraints.
Trait Implementations
impl<D> DimEq<D, D> for ShapeConstraint where
D: Dim,
[src]
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]
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]
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> SameDimension<D, D> for ShapeConstraint where
D: Dim,
[src]
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]
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]
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> SameNumberOfColumns<D, D> for ShapeConstraint where
D: Dim,
[src]
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<D, Dynamic> for ShapeConstraint where
D: DimName,
[src]
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<Dynamic, D> for ShapeConstraint where
D: DimName,
[src]
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> SameNumberOfRows<D, D> for ShapeConstraint where
D: Dim,
[src]
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<D> SameNumberOfRows<D, Dynamic> for ShapeConstraint where
D: DimName,
[src]
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<Dynamic, D> for ShapeConstraint where
D: DimName,
[src]
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<R1, C1, R2, C2> AreMultipliable<R1, C1, R2, C2> for ShapeConstraint where
C2: Dim,
C1: Dim,
R1: Dim,
R2: Dim,
ShapeConstraint: DimEq<C1, R2>,
[src]
C2: Dim,
C1: Dim,
R1: Dim,
R2: Dim,
ShapeConstraint: DimEq<C1, R2>,
Auto Trait Implementations
impl RefUnwindSafe for ShapeConstraint
impl Send for ShapeConstraint
impl Sync for ShapeConstraint
impl Unpin for ShapeConstraint
impl UnwindSafe for ShapeConstraint
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]