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