pub enum SparseAlgorithm {
RowSplitWavefront32,
}Variants§
RowSplitWavefront32
Trait Implementations§
Source§impl Clone for SparseAlgorithm
impl Clone for SparseAlgorithm
Source§fn clone(&self) -> SparseAlgorithm
fn clone(&self) -> SparseAlgorithm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SparseAlgorithm
Source§impl Debug for SparseAlgorithm
impl Debug for SparseAlgorithm
impl Eq for SparseAlgorithm
Source§impl PartialEq for SparseAlgorithm
impl PartialEq for SparseAlgorithm
impl StructuralPartialEq for SparseAlgorithm
Auto Trait Implementations§
impl Freeze for SparseAlgorithm
impl RefUnwindSafe for SparseAlgorithm
impl Send for SparseAlgorithm
impl Sync for SparseAlgorithm
impl Unpin for SparseAlgorithm
impl UnsafeUnpin for SparseAlgorithm
impl UnwindSafe for SparseAlgorithm
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