#[repr(u32)]pub enum CUstreamAtomicReductionDataType_enum {
CU_STREAM_ATOMIC_REDUCTION_UNSIGNED_32 = 14,
CU_STREAM_ATOMIC_REDUCTION_UNSIGNED_64 = 22,
}Variants§
Trait Implementations§
Source§impl Clone for CUstreamAtomicReductionDataType_enum
impl Clone for CUstreamAtomicReductionDataType_enum
Source§fn clone(&self) -> CUstreamAtomicReductionDataType_enum
fn clone(&self) -> CUstreamAtomicReductionDataType_enum
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 Ord for CUstreamAtomicReductionDataType_enum
impl Ord for CUstreamAtomicReductionDataType_enum
Source§fn cmp(&self, other: &CUstreamAtomicReductionDataType_enum) -> Ordering
fn cmp(&self, other: &CUstreamAtomicReductionDataType_enum) -> 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 CUstreamAtomicReductionDataType_enum
impl PartialEq for CUstreamAtomicReductionDataType_enum
Source§fn eq(&self, other: &CUstreamAtomicReductionDataType_enum) -> bool
fn eq(&self, other: &CUstreamAtomicReductionDataType_enum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CUstreamAtomicReductionDataType_enum
impl PartialOrd for CUstreamAtomicReductionDataType_enum
impl Copy for CUstreamAtomicReductionDataType_enum
impl Eq for CUstreamAtomicReductionDataType_enum
impl StructuralPartialEq for CUstreamAtomicReductionDataType_enum
Auto Trait Implementations§
impl Freeze for CUstreamAtomicReductionDataType_enum
impl RefUnwindSafe for CUstreamAtomicReductionDataType_enum
impl Send for CUstreamAtomicReductionDataType_enum
impl Sync for CUstreamAtomicReductionDataType_enum
impl Unpin for CUstreamAtomicReductionDataType_enum
impl UnsafeUnpin for CUstreamAtomicReductionDataType_enum
impl UnwindSafe for CUstreamAtomicReductionDataType_enum
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