#[repr(C)]pub struct cudaGraphKernelNodeCopyAttributes_v11000_params_st {
pub hDst: cudaGraphNode_t,
pub hSrc: cudaGraphNode_t,
}Fields§
§hDst: cudaGraphNode_t§hSrc: cudaGraphNode_tAuto Trait Implementations§
impl Freeze for cudaGraphKernelNodeCopyAttributes_v11000_params_st
impl RefUnwindSafe for cudaGraphKernelNodeCopyAttributes_v11000_params_st
impl !Send for cudaGraphKernelNodeCopyAttributes_v11000_params_st
impl !Sync for cudaGraphKernelNodeCopyAttributes_v11000_params_st
impl Unpin for cudaGraphKernelNodeCopyAttributes_v11000_params_st
impl UnsafeUnpin for cudaGraphKernelNodeCopyAttributes_v11000_params_st
impl UnwindSafe for cudaGraphKernelNodeCopyAttributes_v11000_params_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