pub struct EqPolygonPolygon;Expand description
Cartesian equals for a pair of polygons. See the module docs.
Trait Implementations§
Source§impl Clone for EqPolygonPolygon
impl Clone for EqPolygonPolygon
Source§fn clone(&self) -> EqPolygonPolygon
fn clone(&self) -> EqPolygonPolygon
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 EqPolygonPolygon
Source§impl Debug for EqPolygonPolygon
impl Debug for EqPolygonPolygon
Source§impl Default for EqPolygonPolygon
impl Default for EqPolygonPolygon
Source§fn default() -> EqPolygonPolygon
fn default() -> EqPolygonPolygon
Returns the “default value” for a type. Read more
Source§impl<A, B, P> EqualsStrategy<A, B> for EqPolygonPolygonwhere
A: PolygonTrait<Point = P>,
B: PolygonTrait<Point = P, Ring = A::Ring>,
P: PointTrait,
P::Scalar: CoordinateScalar,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
impl<A, B, P> EqualsStrategy<A, B> for EqPolygonPolygonwhere
A: PolygonTrait<Point = P>,
B: PolygonTrait<Point = P, Ring = A::Ring>,
P: PointTrait,
P::Scalar: CoordinateScalar,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
Auto Trait Implementations§
impl Freeze for EqPolygonPolygon
impl RefUnwindSafe for EqPolygonPolygon
impl Send for EqPolygonPolygon
impl Sync for EqPolygonPolygon
impl Unpin for EqPolygonPolygon
impl UnsafeUnpin for EqPolygonPolygon
impl UnwindSafe for EqPolygonPolygon
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