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