#[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§
Source§impl Clone for CUgraphExecUpdateResultInfo_st
impl Clone for CUgraphExecUpdateResultInfo_st
Source§fn clone(&self) -> CUgraphExecUpdateResultInfo_st
fn clone(&self) -> CUgraphExecUpdateResultInfo_st
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CUgraphExecUpdateResultInfo_st
impl Eq for CUgraphExecUpdateResultInfo_st
Source§impl Ord for CUgraphExecUpdateResultInfo_st
impl Ord for CUgraphExecUpdateResultInfo_st
Source§fn cmp(&self, other: &CUgraphExecUpdateResultInfo_st) -> Ordering
fn cmp(&self, other: &CUgraphExecUpdateResultInfo_st) -> Ordering
1.21.0 (const: unstable) · 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 CUgraphExecUpdateResultInfo_st
impl PartialOrd for CUgraphExecUpdateResultInfo_st
impl StructuralPartialEq for CUgraphExecUpdateResultInfo_st
Auto Trait Implementations§
impl !Send for CUgraphExecUpdateResultInfo_st
impl !Sync for CUgraphExecUpdateResultInfo_st
impl Freeze for CUgraphExecUpdateResultInfo_st
impl RefUnwindSafe 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