#[repr(C)]pub struct cuGraphExecBatchMemOpNodeSetParams_params_st {
pub hGraphExec: CUgraphExec,
pub hNode: CUgraphNode,
pub nodeParams: *const CUDA_BATCH_MEM_OP_NODE_PARAMS,
}Fields§
§hGraphExec: CUgraphExec§hNode: CUgraphNode§nodeParams: *const CUDA_BATCH_MEM_OP_NODE_PARAMSAuto Trait Implementations§
impl Freeze for cuGraphExecBatchMemOpNodeSetParams_params_st
impl RefUnwindSafe for cuGraphExecBatchMemOpNodeSetParams_params_st
impl !Send for cuGraphExecBatchMemOpNodeSetParams_params_st
impl !Sync for cuGraphExecBatchMemOpNodeSetParams_params_st
impl Unpin for cuGraphExecBatchMemOpNodeSetParams_params_st
impl UnsafeUnpin for cuGraphExecBatchMemOpNodeSetParams_params_st
impl UnwindSafe for cuGraphExecBatchMemOpNodeSetParams_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