pub struct SortingNetwork32;
Expand description
Optimized sorting network for slices of specific length.
Implementations§
Source§impl SortingNetwork32
impl SortingNetwork32
Trait Implementations§
Source§impl Clone for SortingNetwork32
impl Clone for SortingNetwork32
Source§fn clone(&self) -> SortingNetwork32
fn clone(&self) -> SortingNetwork32
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 SortingNetwork32
impl Debug for SortingNetwork32
impl Copy for SortingNetwork32
Auto Trait Implementations§
impl Freeze for SortingNetwork32
impl RefUnwindSafe for SortingNetwork32
impl Send for SortingNetwork32
impl Sync for SortingNetwork32
impl Unpin for SortingNetwork32
impl UnwindSafe for SortingNetwork32
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