#[repr(C)]pub struct cudaGraphExecUpdateResultInfo_st {
pub result: cudaGraphExecUpdateResult,
pub errorNode: cudaGraphNode_t,
pub errorFromNode: cudaGraphNode_t,
}Fields§
§result: cudaGraphExecUpdateResult§errorNode: cudaGraphNode_t§errorFromNode: cudaGraphNode_tTrait Implementations§
Source§impl Clone for cudaGraphExecUpdateResultInfo_st
impl Clone for cudaGraphExecUpdateResultInfo_st
Source§fn clone(&self) -> cudaGraphExecUpdateResultInfo_st
fn clone(&self) -> cudaGraphExecUpdateResultInfo_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 moreSource§impl Ord for cudaGraphExecUpdateResultInfo_st
impl Ord for cudaGraphExecUpdateResultInfo_st
Source§fn cmp(&self, other: &cudaGraphExecUpdateResultInfo_st) -> Ordering
fn cmp(&self, other: &cudaGraphExecUpdateResultInfo_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
Source§impl PartialEq for cudaGraphExecUpdateResultInfo_st
impl PartialEq for cudaGraphExecUpdateResultInfo_st
Source§fn eq(&self, other: &cudaGraphExecUpdateResultInfo_st) -> bool
fn eq(&self, other: &cudaGraphExecUpdateResultInfo_st) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for cudaGraphExecUpdateResultInfo_st
impl PartialOrd for cudaGraphExecUpdateResultInfo_st
impl Copy for cudaGraphExecUpdateResultInfo_st
impl Eq for cudaGraphExecUpdateResultInfo_st
impl StructuralPartialEq for cudaGraphExecUpdateResultInfo_st
Auto Trait Implementations§
impl Freeze for cudaGraphExecUpdateResultInfo_st
impl RefUnwindSafe for cudaGraphExecUpdateResultInfo_st
impl !Send for cudaGraphExecUpdateResultInfo_st
impl !Sync for cudaGraphExecUpdateResultInfo_st
impl Unpin for cudaGraphExecUpdateResultInfo_st
impl UnsafeUnpin for cudaGraphExecUpdateResultInfo_st
impl UnwindSafe for cudaGraphExecUpdateResultInfo_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