#[repr(C)]pub struct cudaGraphExecMemsetNodeSetParams_v10020_params_st {
pub hGraphExec: cudaGraphExec_t,
pub node: cudaGraphNode_t,
pub pNodeParams: *const cudaMemsetParams,
}Fields§
§hGraphExec: cudaGraphExec_t§node: cudaGraphNode_t§pNodeParams: *const cudaMemsetParamsAuto Trait Implementations§
impl Freeze for cudaGraphExecMemsetNodeSetParams_v10020_params_st
impl RefUnwindSafe for cudaGraphExecMemsetNodeSetParams_v10020_params_st
impl !Send for cudaGraphExecMemsetNodeSetParams_v10020_params_st
impl !Sync for cudaGraphExecMemsetNodeSetParams_v10020_params_st
impl Unpin for cudaGraphExecMemsetNodeSetParams_v10020_params_st
impl UnsafeUnpin for cudaGraphExecMemsetNodeSetParams_v10020_params_st
impl UnwindSafe for cudaGraphExecMemsetNodeSetParams_v10020_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