pub struct IxPolygonPolygon;Expand description
Polygon × Polygon. See the module docs.
Trait Implementations§
Source§impl Clone for IxPolygonPolygon
impl Clone for IxPolygonPolygon
impl Copy for IxPolygonPolygon
Source§impl Debug for IxPolygonPolygon
impl Debug for IxPolygonPolygon
Source§impl Default for IxPolygonPolygon
impl Default for IxPolygonPolygon
Source§impl<A, B, P> IntersectsStrategy<A, B> for IxPolygonPolygonwhere
A: PolygonTrait<Point = P>,
B: PolygonTrait<Point = P>,
P: PointTrait,
P::Scalar: CoordinateScalar,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
impl<A, B, P> IntersectsStrategy<A, B> for IxPolygonPolygonwhere
A: PolygonTrait<Point = P>,
B: PolygonTrait<Point = P>,
P: PointTrait,
P::Scalar: CoordinateScalar,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
Auto Trait Implementations§
impl Freeze for IxPolygonPolygon
impl RefUnwindSafe for IxPolygonPolygon
impl Send for IxPolygonPolygon
impl Sync for IxPolygonPolygon
impl Unpin for IxPolygonPolygon
impl UnsafeUnpin for IxPolygonPolygon
impl UnwindSafe for IxPolygonPolygon
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