Enum CUgraphNodeType_enum
#[repr(u32)]pub enum CUgraphNodeType_enum {
Show 14 variants
CU_GRAPH_NODE_TYPE_KERNEL = 0,
CU_GRAPH_NODE_TYPE_MEMCPY = 1,
CU_GRAPH_NODE_TYPE_MEMSET = 2,
CU_GRAPH_NODE_TYPE_HOST = 3,
CU_GRAPH_NODE_TYPE_GRAPH = 4,
CU_GRAPH_NODE_TYPE_EMPTY = 5,
CU_GRAPH_NODE_TYPE_WAIT_EVENT = 6,
CU_GRAPH_NODE_TYPE_EVENT_RECORD = 7,
CU_GRAPH_NODE_TYPE_EXT_SEMAS_SIGNAL = 8,
CU_GRAPH_NODE_TYPE_EXT_SEMAS_WAIT = 9,
CU_GRAPH_NODE_TYPE_MEM_ALLOC = 10,
CU_GRAPH_NODE_TYPE_MEM_FREE = 11,
CU_GRAPH_NODE_TYPE_BATCH_MEM_OP = 12,
CU_GRAPH_NODE_TYPE_CONDITIONAL = 13,
}Variants§
CU_GRAPH_NODE_TYPE_KERNEL = 0
CU_GRAPH_NODE_TYPE_MEMCPY = 1
CU_GRAPH_NODE_TYPE_MEMSET = 2
CU_GRAPH_NODE_TYPE_HOST = 3
CU_GRAPH_NODE_TYPE_GRAPH = 4
CU_GRAPH_NODE_TYPE_EMPTY = 5
CU_GRAPH_NODE_TYPE_WAIT_EVENT = 6
CU_GRAPH_NODE_TYPE_EVENT_RECORD = 7
CU_GRAPH_NODE_TYPE_EXT_SEMAS_SIGNAL = 8
CU_GRAPH_NODE_TYPE_EXT_SEMAS_WAIT = 9
CU_GRAPH_NODE_TYPE_MEM_ALLOC = 10
CU_GRAPH_NODE_TYPE_MEM_FREE = 11
CU_GRAPH_NODE_TYPE_BATCH_MEM_OP = 12
CU_GRAPH_NODE_TYPE_CONDITIONAL = 13
Trait Implementations§
§impl Clone for CUgraphNodeType_enum
impl Clone for CUgraphNodeType_enum
§fn clone(&self) -> CUgraphNodeType_enum
fn clone(&self) -> CUgraphNodeType_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 CUgraphNodeType_enum
impl Debug for CUgraphNodeType_enum
§impl Hash for CUgraphNodeType_enum
impl Hash for CUgraphNodeType_enum
§impl Ord for CUgraphNodeType_enum
impl Ord for CUgraphNodeType_enum
§fn cmp(&self, other: &CUgraphNodeType_enum) -> Ordering
fn cmp(&self, other: &CUgraphNodeType_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 CUgraphNodeType_enum
impl PartialEq for CUgraphNodeType_enum
§impl PartialOrd for CUgraphNodeType_enum
impl PartialOrd for CUgraphNodeType_enum
impl Copy for CUgraphNodeType_enum
impl Eq for CUgraphNodeType_enum
impl StructuralPartialEq for CUgraphNodeType_enum
Auto Trait Implementations§
impl Freeze for CUgraphNodeType_enum
impl RefUnwindSafe for CUgraphNodeType_enum
impl Send for CUgraphNodeType_enum
impl Sync for CUgraphNodeType_enum
impl Unpin for CUgraphNodeType_enum
impl UnsafeUnpin for CUgraphNodeType_enum
impl UnwindSafe for CUgraphNodeType_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