pub struct IxLinestringPolygon;Expand description
Linestring × Polygon. See the module docs.
Trait Implementations§
Source§impl Clone for IxLinestringPolygon
impl Clone for IxLinestringPolygon
impl Copy for IxLinestringPolygon
Source§impl Debug for IxLinestringPolygon
impl Debug for IxLinestringPolygon
Source§impl Default for IxLinestringPolygon
impl Default for IxLinestringPolygon
Source§impl<L, G, P> IntersectsStrategy<L, G> for IxLinestringPolygonwhere
L: LinestringTrait<Point = P>,
G: PolygonTrait<Point = P>,
P: PointTrait,
P::Scalar: CoordinateScalar,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
impl<L, G, P> IntersectsStrategy<L, G> for IxLinestringPolygonwhere
L: LinestringTrait<Point = P>,
G: PolygonTrait<Point = P>,
P: PointTrait,
P::Scalar: CoordinateScalar,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
Auto Trait Implementations§
impl Freeze for IxLinestringPolygon
impl RefUnwindSafe for IxLinestringPolygon
impl Send for IxLinestringPolygon
impl Sync for IxLinestringPolygon
impl Unpin for IxLinestringPolygon
impl UnsafeUnpin for IxLinestringPolygon
impl UnwindSafe for IxLinestringPolygon
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