Struct CUgraphExecUpdateResultInfo_st
#[repr(C)]pub struct CUgraphExecUpdateResultInfo_st {
pub result: CUgraphExecUpdateResult_enum,
pub errorNode: *mut CUgraphNode_st,
pub errorFromNode: *mut CUgraphNode_st,
}Fields§
§result: CUgraphExecUpdateResult_enum§errorNode: *mut CUgraphNode_st§errorFromNode: *mut CUgraphNode_stTrait Implementations§
§impl Clone for CUgraphExecUpdateResultInfo_st
impl Clone for CUgraphExecUpdateResultInfo_st
§fn clone(&self) -> CUgraphExecUpdateResultInfo_st
fn clone(&self) -> CUgraphExecUpdateResultInfo_st
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 CUgraphExecUpdateResultInfo_st
impl Debug for CUgraphExecUpdateResultInfo_st
§impl Hash for CUgraphExecUpdateResultInfo_st
impl Hash for CUgraphExecUpdateResultInfo_st
§impl Ord for CUgraphExecUpdateResultInfo_st
impl Ord for CUgraphExecUpdateResultInfo_st
§fn cmp(&self, other: &CUgraphExecUpdateResultInfo_st) -> Ordering
fn cmp(&self, other: &CUgraphExecUpdateResultInfo_st) -> 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 CUgraphExecUpdateResultInfo_st
impl PartialEq for CUgraphExecUpdateResultInfo_st
§impl PartialOrd for CUgraphExecUpdateResultInfo_st
impl PartialOrd for CUgraphExecUpdateResultInfo_st
impl Copy for CUgraphExecUpdateResultInfo_st
impl Eq for CUgraphExecUpdateResultInfo_st
impl StructuralPartialEq for CUgraphExecUpdateResultInfo_st
Auto Trait Implementations§
impl Freeze for CUgraphExecUpdateResultInfo_st
impl RefUnwindSafe for CUgraphExecUpdateResultInfo_st
impl !Send for CUgraphExecUpdateResultInfo_st
impl !Sync for CUgraphExecUpdateResultInfo_st
impl Unpin for CUgraphExecUpdateResultInfo_st
impl UnsafeUnpin for CUgraphExecUpdateResultInfo_st
impl UnwindSafe for CUgraphExecUpdateResultInfo_st
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