Struct rust_gpu_sdf::operators::compose::ComposeOp
source · pub struct ComposeOp<SdfA, SdfB> {
pub sdf_a: SdfA,
pub sdf_b: SdfB,
}
Fields§
§sdf_a: SdfA
§sdf_b: SdfB
Implementations§
Trait Implementations§
source§impl<SdfA: Ord, SdfB: Ord> Ord for ComposeOp<SdfA, SdfB>
impl<SdfA: Ord, SdfB: Ord> Ord for ComposeOp<SdfA, SdfB>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<SdfA: PartialEq, SdfB: PartialEq> PartialEq<ComposeOp<SdfA, SdfB>> for ComposeOp<SdfA, SdfB>
impl<SdfA: PartialEq, SdfB: PartialEq> PartialEq<ComposeOp<SdfA, SdfB>> for ComposeOp<SdfA, SdfB>
source§impl<SdfA: PartialOrd, SdfB: PartialOrd> PartialOrd<ComposeOp<SdfA, SdfB>> for ComposeOp<SdfA, SdfB>
impl<SdfA: PartialOrd, SdfB: PartialOrd> PartialOrd<ComposeOp<SdfA, SdfB>> for ComposeOp<SdfA, SdfB>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more