#[repr(u32)]pub enum blas_cmach_type {
blas_base = 151,
blas_t = 152,
blas_rnd = 153,
blas_ieee = 154,
blas_emin = 155,
blas_emax = 156,
blas_eps = 157,
blas_prec = 158,
blas_underflow = 159,
blas_overflow = 160,
blas_sfmin = 161,
}Expand description
Unused/Unsupported.
Variants§
blas_base = 151
< Unsupported.
blas_t = 152
< Unsupported.
blas_rnd = 153
< Unsupported.
blas_ieee = 154
< Unsupported.
blas_emin = 155
< Unsupported.
blas_emax = 156
< Unsupported.
blas_eps = 157
< Unsupported.
blas_prec = 158
< Unsupported.
blas_underflow = 159
< Unsupported.
blas_overflow = 160
< Unsupported.
blas_sfmin = 161
< Unsupported.
Trait Implementations§
Source§impl Clone for blas_cmach_type
impl Clone for blas_cmach_type
Source§fn clone(&self) -> blas_cmach_type
fn clone(&self) -> blas_cmach_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_cmach_type
impl Debug for blas_cmach_type
Source§impl Hash for blas_cmach_type
impl Hash for blas_cmach_type
Source§impl PartialEq for blas_cmach_type
impl PartialEq for blas_cmach_type
impl Copy for blas_cmach_type
impl Eq for blas_cmach_type
impl StructuralPartialEq for blas_cmach_type
Auto Trait Implementations§
impl Freeze for blas_cmach_type
impl RefUnwindSafe for blas_cmach_type
impl Send for blas_cmach_type
impl Sync for blas_cmach_type
impl Unpin for blas_cmach_type
impl UnwindSafe for blas_cmach_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