#[repr(u32)]pub enum CUgraphDebugDot_flags_enum {
Show 16 variants
CU_GRAPH_DEBUG_DOT_FLAGS_VERBOSE = 1,
CU_GRAPH_DEBUG_DOT_FLAGS_RUNTIME_TYPES = 2,
CU_GRAPH_DEBUG_DOT_FLAGS_KERNEL_NODE_PARAMS = 4,
CU_GRAPH_DEBUG_DOT_FLAGS_MEMCPY_NODE_PARAMS = 8,
CU_GRAPH_DEBUG_DOT_FLAGS_MEMSET_NODE_PARAMS = 16,
CU_GRAPH_DEBUG_DOT_FLAGS_HOST_NODE_PARAMS = 32,
CU_GRAPH_DEBUG_DOT_FLAGS_EVENT_NODE_PARAMS = 64,
CU_GRAPH_DEBUG_DOT_FLAGS_EXT_SEMAS_SIGNAL_NODE_PARAMS = 128,
CU_GRAPH_DEBUG_DOT_FLAGS_EXT_SEMAS_WAIT_NODE_PARAMS = 256,
CU_GRAPH_DEBUG_DOT_FLAGS_KERNEL_NODE_ATTRIBUTES = 512,
CU_GRAPH_DEBUG_DOT_FLAGS_HANDLES = 1_024,
CU_GRAPH_DEBUG_DOT_FLAGS_MEM_ALLOC_NODE_PARAMS = 2_048,
CU_GRAPH_DEBUG_DOT_FLAGS_MEM_FREE_NODE_PARAMS = 4_096,
CU_GRAPH_DEBUG_DOT_FLAGS_BATCH_MEM_OP_NODE_PARAMS = 8_192,
CU_GRAPH_DEBUG_DOT_FLAGS_EXTRA_TOPO_INFO = 16_384,
CU_GRAPH_DEBUG_DOT_FLAGS_CONDITIONAL_NODE_PARAMS = 32_768,
}Variants§
CU_GRAPH_DEBUG_DOT_FLAGS_VERBOSE = 1
CU_GRAPH_DEBUG_DOT_FLAGS_RUNTIME_TYPES = 2
CU_GRAPH_DEBUG_DOT_FLAGS_KERNEL_NODE_PARAMS = 4
CU_GRAPH_DEBUG_DOT_FLAGS_MEMCPY_NODE_PARAMS = 8
CU_GRAPH_DEBUG_DOT_FLAGS_MEMSET_NODE_PARAMS = 16
CU_GRAPH_DEBUG_DOT_FLAGS_HOST_NODE_PARAMS = 32
CU_GRAPH_DEBUG_DOT_FLAGS_EVENT_NODE_PARAMS = 64
CU_GRAPH_DEBUG_DOT_FLAGS_EXT_SEMAS_SIGNAL_NODE_PARAMS = 128
CU_GRAPH_DEBUG_DOT_FLAGS_EXT_SEMAS_WAIT_NODE_PARAMS = 256
CU_GRAPH_DEBUG_DOT_FLAGS_KERNEL_NODE_ATTRIBUTES = 512
CU_GRAPH_DEBUG_DOT_FLAGS_HANDLES = 1_024
CU_GRAPH_DEBUG_DOT_FLAGS_MEM_ALLOC_NODE_PARAMS = 2_048
CU_GRAPH_DEBUG_DOT_FLAGS_MEM_FREE_NODE_PARAMS = 4_096
CU_GRAPH_DEBUG_DOT_FLAGS_BATCH_MEM_OP_NODE_PARAMS = 8_192
CU_GRAPH_DEBUG_DOT_FLAGS_EXTRA_TOPO_INFO = 16_384
CU_GRAPH_DEBUG_DOT_FLAGS_CONDITIONAL_NODE_PARAMS = 32_768
Trait Implementations§
Source§impl Clone for CUgraphDebugDot_flags_enum
impl Clone for CUgraphDebugDot_flags_enum
Source§fn clone(&self) -> CUgraphDebugDot_flags_enum
fn clone(&self) -> CUgraphDebugDot_flags_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 CUgraphDebugDot_flags_enum
impl Debug for CUgraphDebugDot_flags_enum
Source§impl Hash for CUgraphDebugDot_flags_enum
impl Hash for CUgraphDebugDot_flags_enum
Source§impl Ord for CUgraphDebugDot_flags_enum
impl Ord for CUgraphDebugDot_flags_enum
Source§fn cmp(&self, other: &CUgraphDebugDot_flags_enum) -> Ordering
fn cmp(&self, other: &CUgraphDebugDot_flags_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 PartialOrd for CUgraphDebugDot_flags_enum
impl PartialOrd for CUgraphDebugDot_flags_enum
impl Copy for CUgraphDebugDot_flags_enum
impl Eq for CUgraphDebugDot_flags_enum
impl StructuralPartialEq for CUgraphDebugDot_flags_enum
Auto Trait Implementations§
impl Freeze for CUgraphDebugDot_flags_enum
impl RefUnwindSafe for CUgraphDebugDot_flags_enum
impl Send for CUgraphDebugDot_flags_enum
impl Sync for CUgraphDebugDot_flags_enum
impl Unpin for CUgraphDebugDot_flags_enum
impl UnsafeUnpin for CUgraphDebugDot_flags_enum
impl UnwindSafe for CUgraphDebugDot_flags_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