pub struct SortingNetwork128;
Expand description
Optimized sorting network for slices of specific length.
Implementations§
Trait Implementations§
Source§impl Clone for SortingNetwork128
impl Clone for SortingNetwork128
Source§fn clone(&self) -> SortingNetwork128
fn clone(&self) -> SortingNetwork128
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SortingNetwork128
impl Debug for SortingNetwork128
impl Copy for SortingNetwork128
Auto Trait Implementations§
impl Freeze for SortingNetwork128
impl RefUnwindSafe for SortingNetwork128
impl Send for SortingNetwork128
impl Sync for SortingNetwork128
impl Unpin for SortingNetwork128
impl UnwindSafe for SortingNetwork128
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