pub struct SparseLinearAlgebraLibraryType {
pub repr: u32,
}Fields§
§repr: u32Implementations§
source§impl SparseLinearAlgebraLibraryType
impl SparseLinearAlgebraLibraryType
pub const SUITE_SPARSE: SparseLinearAlgebraLibraryType = SparseLinearAlgebraLibraryType{ repr: 0,}
pub const CX_SPARSE: SparseLinearAlgebraLibraryType = SparseLinearAlgebraLibraryType{ repr: 1,}
pub const EIGEN_SPARSE: SparseLinearAlgebraLibraryType = SparseLinearAlgebraLibraryType{ repr: 2,}
pub const ACCELERATE_SPARSE: SparseLinearAlgebraLibraryType = SparseLinearAlgebraLibraryType{ repr: 3,}
pub const NO_SPARSE: SparseLinearAlgebraLibraryType = SparseLinearAlgebraLibraryType{ repr: 4,}
Trait Implementations§
source§impl Clone for SparseLinearAlgebraLibraryType
impl Clone for SparseLinearAlgebraLibraryType
source§fn clone(&self) -> SparseLinearAlgebraLibraryType
fn clone(&self) -> SparseLinearAlgebraLibraryType
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 ExternType for SparseLinearAlgebraLibraryType
impl ExternType for SparseLinearAlgebraLibraryType
source§impl PartialEq<SparseLinearAlgebraLibraryType> for SparseLinearAlgebraLibraryType
impl PartialEq<SparseLinearAlgebraLibraryType> for SparseLinearAlgebraLibraryType
source§fn eq(&self, other: &SparseLinearAlgebraLibraryType) -> bool
fn eq(&self, other: &SparseLinearAlgebraLibraryType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.