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