#[repr(u32)]pub enum cusolverPrecType_t {
Show 16 variants
CUSOLVER_R_8I = 1_201,
CUSOLVER_R_8U = 1_202,
CUSOLVER_R_64F = 1_203,
CUSOLVER_R_32F = 1_204,
CUSOLVER_R_16F = 1_205,
CUSOLVER_R_16BF = 1_206,
CUSOLVER_R_TF32 = 1_207,
CUSOLVER_R_AP = 1_208,
CUSOLVER_C_8I = 1_211,
CUSOLVER_C_8U = 1_212,
CUSOLVER_C_64F = 1_213,
CUSOLVER_C_32F = 1_214,
CUSOLVER_C_16F = 1_215,
CUSOLVER_C_16BF = 1_216,
CUSOLVER_C_TF32 = 1_217,
CUSOLVER_C_AP = 1_218,
}Variants§
CUSOLVER_R_8I = 1_201
CUSOLVER_R_8U = 1_202
CUSOLVER_R_64F = 1_203
CUSOLVER_R_32F = 1_204
CUSOLVER_R_16F = 1_205
CUSOLVER_R_16BF = 1_206
CUSOLVER_R_TF32 = 1_207
CUSOLVER_R_AP = 1_208
CUSOLVER_C_8I = 1_211
CUSOLVER_C_8U = 1_212
CUSOLVER_C_64F = 1_213
CUSOLVER_C_32F = 1_214
CUSOLVER_C_16F = 1_215
CUSOLVER_C_16BF = 1_216
CUSOLVER_C_TF32 = 1_217
CUSOLVER_C_AP = 1_218
Trait Implementations§
Source§impl Clone for cusolverPrecType_t
impl Clone for cusolverPrecType_t
Source§fn clone(&self) -> cusolverPrecType_t
fn clone(&self) -> cusolverPrecType_t
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 cusolverPrecType_t
impl Debug for cusolverPrecType_t
Source§impl Hash for cusolverPrecType_t
impl Hash for cusolverPrecType_t
Source§impl Ord for cusolverPrecType_t
impl Ord for cusolverPrecType_t
Source§fn cmp(&self, other: &cusolverPrecType_t) -> Ordering
fn cmp(&self, other: &cusolverPrecType_t) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for cusolverPrecType_t
impl PartialEq for cusolverPrecType_t
Source§impl PartialOrd for cusolverPrecType_t
impl PartialOrd for cusolverPrecType_t
impl Copy for cusolverPrecType_t
impl Eq for cusolverPrecType_t
impl StructuralPartialEq for cusolverPrecType_t
Auto Trait Implementations§
impl Freeze for cusolverPrecType_t
impl RefUnwindSafe for cusolverPrecType_t
impl Send for cusolverPrecType_t
impl Sync for cusolverPrecType_t
impl Unpin for cusolverPrecType_t
impl UnsafeUnpin for cusolverPrecType_t
impl UnwindSafe for cusolverPrecType_t
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