#[repr(C)]pub struct cudaGraphAddMemcpyNode_v10000_params_st {
pub pGraphNode: *mut cudaGraphNode_t,
pub graph: cudaGraph_t,
pub pDependencies: *const cudaGraphNode_t,
pub numDependencies: usize,
pub pCopyParams: *const cudaMemcpy3DParms,
}Fields§
§pGraphNode: *mut cudaGraphNode_t§graph: cudaGraph_t§pDependencies: *const cudaGraphNode_t§numDependencies: usize§pCopyParams: *const cudaMemcpy3DParmsAuto Trait Implementations§
impl Freeze for cudaGraphAddMemcpyNode_v10000_params_st
impl RefUnwindSafe for cudaGraphAddMemcpyNode_v10000_params_st
impl !Send for cudaGraphAddMemcpyNode_v10000_params_st
impl !Sync for cudaGraphAddMemcpyNode_v10000_params_st
impl Unpin for cudaGraphAddMemcpyNode_v10000_params_st
impl UnsafeUnpin for cudaGraphAddMemcpyNode_v10000_params_st
impl UnwindSafe for cudaGraphAddMemcpyNode_v10000_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