pub struct Sorting {}Implementations§
Source§impl Sorting
impl Sorting
pub fn descending_volume(a: &Box3D, b: &Box3D) -> Ordering
pub fn ascending_volume(a: &Box3D, b: &Box3D) -> Ordering
pub fn descending_width(a: &Box3D, b: &Box3D) -> Ordering
pub fn ascending_width(a: &Box3D, b: &Box3D) -> Ordering
pub fn descending_height(a: &Box3D, b: &Box3D) -> Ordering
pub fn ascending_height(a: &Box3D, b: &Box3D) -> Ordering
pub fn descending_length(a: &Box3D, b: &Box3D) -> Ordering
pub fn ascending_length(a: &Box3D, b: &Box3D) -> Ordering
pub fn descending_id(a: &Box3D, b: &Box3D) -> Ordering
pub fn ascending_id(a: &Box3D, b: &Box3D) -> Ordering
Auto Trait Implementations§
impl Freeze for Sorting
impl RefUnwindSafe for Sorting
impl Send for Sorting
impl Sync for Sorting
impl Unpin for Sorting
impl UnwindSafe for Sorting
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