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