pub struct WithinRing;Expand description
Open point-in-ring (winding number) strategy. See the module docs.
Trait Implementations§
Source§impl Clone for WithinRing
impl Clone for WithinRing
impl Copy for WithinRing
Source§impl Debug for WithinRing
impl Debug for WithinRing
Source§impl Default for WithinRing
impl Default for WithinRing
Source§impl<P, G> WithinStrategy<P, G> for WithinRingwhere
G: RingTrait<Point = P>,
P: PointTrait,
P::Scalar: CoordinateScalar,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
impl<P, G> WithinStrategy<P, G> for WithinRingwhere
G: RingTrait<Point = P>,
P: PointTrait,
P::Scalar: CoordinateScalar,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
Auto Trait Implementations§
impl Freeze for WithinRing
impl RefUnwindSafe for WithinRing
impl Send for WithinRing
impl Sync for WithinRing
impl Unpin for WithinRing
impl UnsafeUnpin for WithinRing
impl UnwindSafe for WithinRing
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