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 f64
type Output = PartialConstraint
The resulting type after applying the |
operator.
fn bitor(self, r: WeightedRelation) -> PartialConstraint
[src]
fn bitor(self, r: WeightedRelation) -> PartialConstraint
Performs the |
operation.
impl BitOr<WeightedRelation> for f32
[src]
impl BitOr<WeightedRelation> for f32
type Output = PartialConstraint
The resulting type after applying the |
operator.
fn bitor(self, r: WeightedRelation) -> PartialConstraint
[src]
fn bitor(self, r: WeightedRelation) -> PartialConstraint
Performs the |
operation.
impl BitOr<WeightedRelation> for Variable
[src]
impl BitOr<WeightedRelation> for Variable
type Output = PartialConstraint
The resulting type after applying the |
operator.
fn bitor(self, r: WeightedRelation) -> PartialConstraint
[src]
fn bitor(self, r: WeightedRelation) -> PartialConstraint
Performs the |
operation.
impl BitOr<WeightedRelation> for Term
[src]
impl BitOr<WeightedRelation> for Term
type Output = PartialConstraint
The resulting type after applying the |
operator.
fn bitor(self, r: WeightedRelation) -> PartialConstraint
[src]
fn bitor(self, r: WeightedRelation) -> PartialConstraint
Performs the |
operation.
impl BitOr<WeightedRelation> for Expression
[src]
impl BitOr<WeightedRelation> for Expression
type Output = PartialConstraint
The resulting type after applying the |
operator.
fn bitor(self, r: WeightedRelation) -> PartialConstraint
[src]
fn bitor(self, r: WeightedRelation) -> PartialConstraint
Performs 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 WeightedRelation
impl Sync for WeightedRelation
impl Sync for WeightedRelation