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