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