#[repr(u32)]pub enum blas_prec_type {
blas_prec_single = 211,
blas_prec_double = 212,
blas_prec_indigenous = 213,
blas_prec_extra = 214,
}Expand description
Unused/Unsupported.
Variants§
blas_prec_single = 211
< Unsupported.
blas_prec_double = 212
< Unsupported.
blas_prec_indigenous = 213
< Unsupported.
blas_prec_extra = 214
< Unsupported.
Trait Implementations§
Source§impl Clone for blas_prec_type
impl Clone for blas_prec_type
Source§fn clone(&self) -> blas_prec_type
fn clone(&self) -> blas_prec_type
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 Debug for blas_prec_type
impl Debug for blas_prec_type
Source§impl Hash for blas_prec_type
impl Hash for blas_prec_type
Source§impl PartialEq for blas_prec_type
impl PartialEq for blas_prec_type
impl Copy for blas_prec_type
impl Eq for blas_prec_type
impl StructuralPartialEq for blas_prec_type
Auto Trait Implementations§
impl Freeze for blas_prec_type
impl RefUnwindSafe for blas_prec_type
impl Send for blas_prec_type
impl Sync for blas_prec_type
impl Unpin for blas_prec_type
impl UnwindSafe for blas_prec_type
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