#[repr(C)]pub struct CUgraphExecUpdateResultInfo {
pub result: c_int,
pub error_node: CUgraphNode,
pub error_from_node: CUgraphNode,
}Expand description
CUgraphExecUpdateResultInfo — filled by cuGraphExecUpdate_v2
on (partial) failure to identify which node diverged.
Fields§
§result: c_int§error_node: CUgraphNode§error_from_node: CUgraphNodeTrait Implementations§
Source§impl Clone for CUgraphExecUpdateResultInfo
impl Clone for CUgraphExecUpdateResultInfo
Source§fn clone(&self) -> CUgraphExecUpdateResultInfo
fn clone(&self) -> CUgraphExecUpdateResultInfo
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 moreSource§impl Debug for CUgraphExecUpdateResultInfo
impl Debug for CUgraphExecUpdateResultInfo
impl Copy for CUgraphExecUpdateResultInfo
Auto Trait Implementations§
impl Freeze for CUgraphExecUpdateResultInfo
impl RefUnwindSafe for CUgraphExecUpdateResultInfo
impl !Send for CUgraphExecUpdateResultInfo
impl !Sync for CUgraphExecUpdateResultInfo
impl Unpin for CUgraphExecUpdateResultInfo
impl UnsafeUnpin for CUgraphExecUpdateResultInfo
impl UnwindSafe for CUgraphExecUpdateResultInfo
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