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