pub struct IxPolygonPolygon;Expand description
Polygon × Polygon. See the module docs.
Trait Implementations§
Source§impl Clone for IxPolygonPolygon
impl Clone for IxPolygonPolygon
Source§fn clone(&self) -> IxPolygonPolygon
fn clone(&self) -> IxPolygonPolygon
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 IxPolygonPolygon
Source§impl Debug for IxPolygonPolygon
impl Debug for IxPolygonPolygon
Source§impl Default for IxPolygonPolygon
impl Default for IxPolygonPolygon
Source§fn default() -> IxPolygonPolygon
fn default() -> IxPolygonPolygon
Returns the “default value” for a type. Read more
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