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