pub struct LessExact<const DIMENSION: i8 = ALL_DIMENSIONS>;Expand description
Sort points in lexicographically ascending order using exact equality.
Mirrors boost::geometry::less_exact from
policies/compare.hpp:35-73.
Implementations§
Trait Implementations§
impl<const DIMENSION: i8> Copy for LessExact<DIMENSION>
Auto Trait Implementations§
impl<const DIMENSION: i8> Freeze for LessExact<DIMENSION>
impl<const DIMENSION: i8> RefUnwindSafe for LessExact<DIMENSION>
impl<const DIMENSION: i8> Send for LessExact<DIMENSION>
impl<const DIMENSION: i8> Sync for LessExact<DIMENSION>
impl<const DIMENSION: i8> Unpin for LessExact<DIMENSION>
impl<const DIMENSION: i8> UnsafeUnpin for LessExact<DIMENSION>
impl<const DIMENSION: i8> UnwindSafe for LessExact<DIMENSION>
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