#[repr(transparent)]pub struct SparseLinearAlgebraLibraryType {
pub repr: u32,
}Fields§
§repr: u32Implementations§
Source§impl SparseLinearAlgebraLibraryType
impl SparseLinearAlgebraLibraryType
pub const SUITE_SPARSE: Self
pub const EIGEN_SPARSE: Self
pub const ACCELERATE_SPARSE: Self
pub const CUDA_SPARSE: Self
pub const NO_SPARSE: Self
Trait Implementations§
Source§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