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