Struct CUDA_CONDITIONAL_NODE_PARAMS
#[repr(C)]pub struct CUDA_CONDITIONAL_NODE_PARAMS {
pub handle: u64,
pub type_: CUgraphConditionalNodeType_enum,
pub size: u32,
pub phGraph_out: *mut *mut CUgraph_st,
pub ctx: *mut CUctx_st,
}Fields§
§handle: u64§type_: CUgraphConditionalNodeType_enum§size: u32§phGraph_out: *mut *mut CUgraph_st§ctx: *mut CUctx_stTrait Implementations§
§impl Clone for CUDA_CONDITIONAL_NODE_PARAMS
impl Clone for CUDA_CONDITIONAL_NODE_PARAMS
§fn clone(&self) -> CUDA_CONDITIONAL_NODE_PARAMS
fn clone(&self) -> CUDA_CONDITIONAL_NODE_PARAMS
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 CUDA_CONDITIONAL_NODE_PARAMS
impl Debug for CUDA_CONDITIONAL_NODE_PARAMS
§impl Hash for CUDA_CONDITIONAL_NODE_PARAMS
impl Hash for CUDA_CONDITIONAL_NODE_PARAMS
§impl Ord for CUDA_CONDITIONAL_NODE_PARAMS
impl Ord for CUDA_CONDITIONAL_NODE_PARAMS
§fn cmp(&self, other: &CUDA_CONDITIONAL_NODE_PARAMS) -> Ordering
fn cmp(&self, other: &CUDA_CONDITIONAL_NODE_PARAMS) -> 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 CUDA_CONDITIONAL_NODE_PARAMS
impl PartialEq for CUDA_CONDITIONAL_NODE_PARAMS
§impl PartialOrd for CUDA_CONDITIONAL_NODE_PARAMS
impl PartialOrd for CUDA_CONDITIONAL_NODE_PARAMS
impl Copy for CUDA_CONDITIONAL_NODE_PARAMS
impl Eq for CUDA_CONDITIONAL_NODE_PARAMS
impl StructuralPartialEq for CUDA_CONDITIONAL_NODE_PARAMS
Auto Trait Implementations§
impl Freeze for CUDA_CONDITIONAL_NODE_PARAMS
impl RefUnwindSafe for CUDA_CONDITIONAL_NODE_PARAMS
impl !Send for CUDA_CONDITIONAL_NODE_PARAMS
impl !Sync for CUDA_CONDITIONAL_NODE_PARAMS
impl Unpin for CUDA_CONDITIONAL_NODE_PARAMS
impl UnsafeUnpin for CUDA_CONDITIONAL_NODE_PARAMS
impl UnwindSafe for CUDA_CONDITIONAL_NODE_PARAMS
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