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
Source§fn clone(&self) -> WithinRing
fn clone(&self) -> WithinRing
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 WithinRing
Source§impl Debug for WithinRing
impl Debug for WithinRing
Source§impl Default for WithinRing
impl Default for WithinRing
Source§fn default() -> WithinRing
fn default() -> WithinRing
Returns the “default value” for a type. Read more
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