pub struct CudaGraphNode {
pub index: usize,
pub raw: CUgraphNode,
pub kind: CudaGraphNodeKind,
}Fields§
§index: usize§raw: CUgraphNode§kind: CudaGraphNodeKindTrait Implementations§
Source§impl Clone for CudaGraphNode
impl Clone for CudaGraphNode
Source§fn clone(&self) -> CudaGraphNode
fn clone(&self) -> CudaGraphNode
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 Debug for CudaGraphNode
impl Debug for CudaGraphNode
impl Copy for CudaGraphNode
impl Send for CudaGraphNode
impl Sync for CudaGraphNode
Auto Trait Implementations§
impl Freeze for CudaGraphNode
impl RefUnwindSafe for CudaGraphNode
impl Unpin for CudaGraphNode
impl UnsafeUnpin for CudaGraphNode
impl UnwindSafe for CudaGraphNode
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