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