#[repr(transparent)]pub struct DenseLinearAlgebraLibraryType {
pub repr: u32,
}Fields§
§repr: u32Implementations§
Trait Implementations§
impl Copy for DenseLinearAlgebraLibraryType
impl Eq for DenseLinearAlgebraLibraryType
Source§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 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 UnsafeUnpin 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