#[repr(C)]pub struct cudaGraphAddMemcpyNodeToSymbol_v11010_params_st {
pub pGraphNode: *mut cudaGraphNode_t,
pub graph: cudaGraph_t,
pub pDependencies: *const cudaGraphNode_t,
pub numDependencies: usize,
pub symbol: *const c_void,
pub src: *const c_void,
pub count: usize,
pub offset: usize,
pub kind: cudaMemcpyKind,
}Fields§
§pGraphNode: *mut cudaGraphNode_t§graph: cudaGraph_t§pDependencies: *const cudaGraphNode_t§numDependencies: usize§symbol: *const c_void§src: *const c_void§count: usize§offset: usize§kind: cudaMemcpyKindAuto Trait Implementations§
impl Freeze for cudaGraphAddMemcpyNodeToSymbol_v11010_params_st
impl RefUnwindSafe for cudaGraphAddMemcpyNodeToSymbol_v11010_params_st
impl !Send for cudaGraphAddMemcpyNodeToSymbol_v11010_params_st
impl !Sync for cudaGraphAddMemcpyNodeToSymbol_v11010_params_st
impl Unpin for cudaGraphAddMemcpyNodeToSymbol_v11010_params_st
impl UnsafeUnpin for cudaGraphAddMemcpyNodeToSymbol_v11010_params_st
impl UnwindSafe for cudaGraphAddMemcpyNodeToSymbol_v11010_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