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