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