pub struct IxLinestringPolygon;Expand description
Linestring × Polygon. See the module docs.
Trait Implementations§
Source§impl Clone for IxLinestringPolygon
impl Clone for IxLinestringPolygon
Source§fn clone(&self) -> IxLinestringPolygon
fn clone(&self) -> IxLinestringPolygon
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 IxLinestringPolygon
Source§impl Debug for IxLinestringPolygon
impl Debug for IxLinestringPolygon
Source§impl Default for IxLinestringPolygon
impl Default for IxLinestringPolygon
Source§fn default() -> IxLinestringPolygon
fn default() -> IxLinestringPolygon
Returns the “default value” for a type. Read more
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