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