pub struct WithinPoly;Expand description
Open point-in-polygon (winding number, hole-aware) strategy. See the module docs.
Trait Implementations§
Source§impl Clone for WithinPoly
impl Clone for WithinPoly
Source§fn clone(&self) -> WithinPoly
fn clone(&self) -> WithinPoly
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 WithinPoly
Source§impl Debug for WithinPoly
impl Debug for WithinPoly
Source§impl Default for WithinPoly
impl Default for WithinPoly
Source§fn default() -> WithinPoly
fn default() -> WithinPoly
Returns the “default value” for a type. Read more
Source§impl<P, G> WithinStrategy<P, G> for WithinPolywhere
G: PolygonTrait<Point = P>,
P: PointTrait,
P::Scalar: CoordinateScalar,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
impl<P, G> WithinStrategy<P, G> for WithinPolywhere
G: PolygonTrait<Point = P>,
P: PointTrait,
P::Scalar: CoordinateScalar,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
Auto Trait Implementations§
impl Freeze for WithinPoly
impl RefUnwindSafe for WithinPoly
impl Send for WithinPoly
impl Sync for WithinPoly
impl Unpin for WithinPoly
impl UnsafeUnpin for WithinPoly
impl UnwindSafe for WithinPoly
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