pub struct EqSegmentSegment;Expand description
Cartesian equals for a pair of segments. See the module docs.
Trait Implementations§
Source§impl Clone for EqSegmentSegment
impl Clone for EqSegmentSegment
Source§fn clone(&self) -> EqSegmentSegment
fn clone(&self) -> EqSegmentSegment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EqSegmentSegment
Source§impl Debug for EqSegmentSegment
impl Debug for EqSegmentSegment
Source§impl Default for EqSegmentSegment
impl Default for EqSegmentSegment
Source§fn default() -> EqSegmentSegment
fn default() -> EqSegmentSegment
Returns the “default value” for a type. Read more
Source§impl<A, B, P> EqualsStrategy<A, B> for EqSegmentSegmentwhere
A: SegmentTrait<Point = P>,
B: SegmentTrait<Point = P>,
P: PointTrait + PointMut + Default,
P::Scalar: CoordinateScalar,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
impl<A, B, P> EqualsStrategy<A, B> for EqSegmentSegmentwhere
A: SegmentTrait<Point = P>,
B: SegmentTrait<Point = P>,
P: PointTrait + PointMut + Default,
P::Scalar: CoordinateScalar,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
Auto Trait Implementations§
impl Freeze for EqSegmentSegment
impl RefUnwindSafe for EqSegmentSegment
impl Send for EqSegmentSegment
impl Sync for EqSegmentSegment
impl Unpin for EqSegmentSegment
impl UnsafeUnpin for EqSegmentSegment
impl UnwindSafe for EqSegmentSegment
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more