Enum CUGPUDirectRDMAWritesOrdering_enum
#[repr(u32)]pub enum CUGPUDirectRDMAWritesOrdering_enum {
CU_GPU_DIRECT_RDMA_WRITES_ORDERING_NONE = 0,
CU_GPU_DIRECT_RDMA_WRITES_ORDERING_OWNER = 100,
CU_GPU_DIRECT_RDMA_WRITES_ORDERING_ALL_DEVICES = 200,
}Variants§
CU_GPU_DIRECT_RDMA_WRITES_ORDERING_NONE = 0
CU_GPU_DIRECT_RDMA_WRITES_ORDERING_OWNER = 100
CU_GPU_DIRECT_RDMA_WRITES_ORDERING_ALL_DEVICES = 200
Trait Implementations§
§impl Clone for CUGPUDirectRDMAWritesOrdering_enum
impl Clone for CUGPUDirectRDMAWritesOrdering_enum
§fn clone(&self) -> CUGPUDirectRDMAWritesOrdering_enum
fn clone(&self) -> CUGPUDirectRDMAWritesOrdering_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 more§impl Debug for CUGPUDirectRDMAWritesOrdering_enum
impl Debug for CUGPUDirectRDMAWritesOrdering_enum
§impl Hash for CUGPUDirectRDMAWritesOrdering_enum
impl Hash for CUGPUDirectRDMAWritesOrdering_enum
§impl Ord for CUGPUDirectRDMAWritesOrdering_enum
impl Ord for CUGPUDirectRDMAWritesOrdering_enum
§fn cmp(&self, other: &CUGPUDirectRDMAWritesOrdering_enum) -> Ordering
fn cmp(&self, other: &CUGPUDirectRDMAWritesOrdering_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
§impl PartialEq for CUGPUDirectRDMAWritesOrdering_enum
impl PartialEq for CUGPUDirectRDMAWritesOrdering_enum
§fn eq(&self, other: &CUGPUDirectRDMAWritesOrdering_enum) -> bool
fn eq(&self, other: &CUGPUDirectRDMAWritesOrdering_enum) -> bool
Tests for
self and other values to be equal, and is used by ==.§impl PartialOrd for CUGPUDirectRDMAWritesOrdering_enum
impl PartialOrd for CUGPUDirectRDMAWritesOrdering_enum
impl Copy for CUGPUDirectRDMAWritesOrdering_enum
impl Eq for CUGPUDirectRDMAWritesOrdering_enum
impl StructuralPartialEq for CUGPUDirectRDMAWritesOrdering_enum
Auto Trait Implementations§
impl Freeze for CUGPUDirectRDMAWritesOrdering_enum
impl RefUnwindSafe for CUGPUDirectRDMAWritesOrdering_enum
impl Send for CUGPUDirectRDMAWritesOrdering_enum
impl Sync for CUGPUDirectRDMAWritesOrdering_enum
impl Unpin for CUGPUDirectRDMAWritesOrdering_enum
impl UnsafeUnpin for CUGPUDirectRDMAWritesOrdering_enum
impl UnwindSafe for CUGPUDirectRDMAWritesOrdering_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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more