#[repr(u32)]pub enum CUgraphNodeType_enum {
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_COUNT = 6,
}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_COUNT = 6
Trait Implementations§
Source§impl Clone for CUgraphNodeType_enum
impl Clone for CUgraphNodeType_enum
Source§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 moreSource§impl Debug for CUgraphNodeType_enum
impl Debug for CUgraphNodeType_enum
Source§impl Hash for CUgraphNodeType_enum
impl Hash for CUgraphNodeType_enum
Source§impl Ord for CUgraphNodeType_enum
impl Ord for CUgraphNodeType_enum
Source§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
Source§impl PartialEq for CUgraphNodeType_enum
impl PartialEq for CUgraphNodeType_enum
Source§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 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