Struct rgeometry::data::LineSegmentSoS
source · [−]pub struct LineSegmentSoS<'a, T, const N: usize> {
pub min: EndPoint<PointSoS<'a, T, N>>,
pub max: EndPoint<PointSoS<'a, T, N>>,
}
Fields
min: EndPoint<PointSoS<'a, T, N>>
max: EndPoint<PointSoS<'a, T, N>>
Trait Implementations
sourceimpl<'a, T: Debug, const N: usize> Debug for LineSegmentSoS<'a, T, N>
impl<'a, T: Debug, const N: usize> Debug for LineSegmentSoS<'a, T, N>
sourceimpl<'a, T: PartialEq, const N: usize> PartialEq<LineSegmentSoS<'a, T, N>> for LineSegmentSoS<'a, T, N>
impl<'a, T: PartialEq, const N: usize> PartialEq<LineSegmentSoS<'a, T, N>> for LineSegmentSoS<'a, T, N>
sourcefn eq(&self, other: &LineSegmentSoS<'a, T, N>) -> bool
fn eq(&self, other: &LineSegmentSoS<'a, T, N>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &LineSegmentSoS<'a, T, N>) -> bool
fn ne(&self, other: &LineSegmentSoS<'a, T, N>) -> bool
This method tests for !=
.
impl<'a, T: Eq, const N: usize> Eq for LineSegmentSoS<'a, T, N>
impl<'a, T, const N: usize> StructuralEq for LineSegmentSoS<'a, T, N>
impl<'a, T, const N: usize> StructuralPartialEq for LineSegmentSoS<'a, T, N>
Auto Trait Implementations
impl<'a, T, const N: usize> RefUnwindSafe for LineSegmentSoS<'a, T, N> where
T: RefUnwindSafe,
impl<'a, T, const N: usize> Send for LineSegmentSoS<'a, T, N> where
T: Sync,
impl<'a, T, const N: usize> Sync for LineSegmentSoS<'a, T, N> where
T: Sync,
impl<'a, T, const N: usize> Unpin for LineSegmentSoS<'a, T, N>
impl<'a, T, const N: usize> UnwindSafe for LineSegmentSoS<'a, T, N> where
T: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more