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