Enum cassowary::WeightedRelation
[−]
[src]
This is part of the syntactic sugar used for specifying constraints. This enum should be used as part of a constraint expression. See the module documentation for more information.
Variants
EQ(f64)==
LE(f64)<=
GE(f64)>=
Trait Implementations
impl BitOr<WeightedRelation> for f64[src]
impl BitOr<WeightedRelation> for f64type Output = PartialConstraint
The resulting type after applying the | operator.
fn bitor(self, r: WeightedRelation) -> PartialConstraint[src]
fn bitor(self, r: WeightedRelation) -> PartialConstraintPerforms the | operation.
impl BitOr<WeightedRelation> for f32[src]
impl BitOr<WeightedRelation> for f32type Output = PartialConstraint
The resulting type after applying the | operator.
fn bitor(self, r: WeightedRelation) -> PartialConstraint[src]
fn bitor(self, r: WeightedRelation) -> PartialConstraintPerforms the | operation.
impl BitOr<WeightedRelation> for Variable[src]
impl BitOr<WeightedRelation> for Variabletype Output = PartialConstraint
The resulting type after applying the | operator.
fn bitor(self, r: WeightedRelation) -> PartialConstraint[src]
fn bitor(self, r: WeightedRelation) -> PartialConstraintPerforms the | operation.
impl BitOr<WeightedRelation> for Term[src]
impl BitOr<WeightedRelation> for Termtype Output = PartialConstraint
The resulting type after applying the | operator.
fn bitor(self, r: WeightedRelation) -> PartialConstraint[src]
fn bitor(self, r: WeightedRelation) -> PartialConstraintPerforms the | operation.
impl BitOr<WeightedRelation> for Expression[src]
impl BitOr<WeightedRelation> for Expressiontype Output = PartialConstraint
The resulting type after applying the | operator.
fn bitor(self, r: WeightedRelation) -> PartialConstraint[src]
fn bitor(self, r: WeightedRelation) -> PartialConstraintPerforms the | operation.
impl From<WeightedRelation> for (RelationalOperator, f64)[src]
impl From<WeightedRelation> for (RelationalOperator, f64)fn from(r: WeightedRelation) -> (RelationalOperator, f64)[src]
fn from(r: WeightedRelation) -> (RelationalOperator, f64)Performs the conversion.
Auto Trait Implementations
impl Send for WeightedRelation
impl Send for WeightedRelationimpl Sync for WeightedRelation
impl Sync for WeightedRelation