pub struct LineSegmentSoS<'a, T: TotalOrd, 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§
impl<'a, T: Eq + TotalOrd, const N: usize> Eq for LineSegmentSoS<'a, T, N>
impl<'a, T: TotalOrd, const N: usize> StructuralPartialEq for LineSegmentSoS<'a, T, N>
Auto Trait Implementations§
impl<'a, T, const N: usize> Freeze for LineSegmentSoS<'a, T, N>
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§
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