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