#[repr(transparent)]pub struct SparseLinearAlgebraLibraryType {
pub repr: u32,
}Fields§
§repr: u32Implementations§
Source§impl SparseLinearAlgebraLibraryType
impl SparseLinearAlgebraLibraryType
pub const SUITE_SPARSE: SparseLinearAlgebraLibraryType
pub const EIGEN_SPARSE: SparseLinearAlgebraLibraryType
pub const ACCELERATE_SPARSE: SparseLinearAlgebraLibraryType
pub const CUDA_SPARSE: SparseLinearAlgebraLibraryType
pub const NO_SPARSE: SparseLinearAlgebraLibraryType
Trait Implementations§
Source§impl Clone for SparseLinearAlgebraLibraryType
impl Clone for SparseLinearAlgebraLibraryType
Source§fn clone(&self) -> SparseLinearAlgebraLibraryType
fn clone(&self) -> SparseLinearAlgebraLibraryType
Returns a duplicate 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 PartialEq for SparseLinearAlgebraLibraryType
impl PartialEq for SparseLinearAlgebraLibraryType
Source§fn eq(&self, other: &SparseLinearAlgebraLibraryType) -> bool
fn eq(&self, other: &SparseLinearAlgebraLibraryType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SparseLinearAlgebraLibraryType
impl Eq for SparseLinearAlgebraLibraryType
impl StructuralPartialEq for SparseLinearAlgebraLibraryType
Auto Trait Implementations§
impl Freeze for SparseLinearAlgebraLibraryType
impl RefUnwindSafe for SparseLinearAlgebraLibraryType
impl Send for SparseLinearAlgebraLibraryType
impl Sync for SparseLinearAlgebraLibraryType
impl Unpin for SparseLinearAlgebraLibraryType
impl UnwindSafe for SparseLinearAlgebraLibraryType
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