#[repr(u32)]pub enum cublasDiagType_t {
CUBLAS_DIAG_NON_UNIT = 0,
CUBLAS_DIAG_UNIT = 1,
}Variants§
Trait Implementations§
Source§impl Clone for cublasDiagType_t
impl Clone for cublasDiagType_t
Source§fn clone(&self) -> cublasDiagType_t
fn clone(&self) -> cublasDiagType_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 cublasDiagType_t
impl Debug for cublasDiagType_t
Source§impl Hash for cublasDiagType_t
impl Hash for cublasDiagType_t
Source§impl Ord for cublasDiagType_t
impl Ord for cublasDiagType_t
Source§fn cmp(&self, other: &cublasDiagType_t) -> Ordering
fn cmp(&self, other: &cublasDiagType_t) -> Ordering
1.21.0 (const: unstable) · 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 cublasDiagType_t
impl PartialEq for cublasDiagType_t
Source§fn eq(&self, other: &cublasDiagType_t) -> bool
fn eq(&self, other: &cublasDiagType_t) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for cublasDiagType_t
impl PartialOrd for cublasDiagType_t
impl Copy for cublasDiagType_t
impl Eq for cublasDiagType_t
impl StructuralPartialEq for cublasDiagType_t
Auto Trait Implementations§
impl Freeze for cublasDiagType_t
impl RefUnwindSafe for cublasDiagType_t
impl Send for cublasDiagType_t
impl Sync for cublasDiagType_t
impl Unpin for cublasDiagType_t
impl UnsafeUnpin for cublasDiagType_t
impl UnwindSafe for cublasDiagType_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