#[repr(C)]pub struct CUDA_BATCH_MEM_OP_NODE_PARAMS_v2_st {
pub ctx: CUcontext,
pub count: c_uint,
pub paramArray: *mut CUstreamBatchMemOpParams,
pub flags: c_uint,
}
Expand description
Batch memory operation node parameters
Fields§
§ctx: CUcontext
< Context to use for the operations.
count: c_uint
< Number of operations in paramArray.
paramArray: *mut CUstreamBatchMemOpParams
< Array of batch memory operations.
flags: c_uint
< Flags to control the node.
Trait Implementations§
Source§impl Clone for CUDA_BATCH_MEM_OP_NODE_PARAMS_v2_st
impl Clone for CUDA_BATCH_MEM_OP_NODE_PARAMS_v2_st
Source§fn clone(&self) -> CUDA_BATCH_MEM_OP_NODE_PARAMS_v2_st
fn clone(&self) -> CUDA_BATCH_MEM_OP_NODE_PARAMS_v2_st
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for CUDA_BATCH_MEM_OP_NODE_PARAMS_v2_st
Auto Trait Implementations§
impl Freeze for CUDA_BATCH_MEM_OP_NODE_PARAMS_v2_st
impl RefUnwindSafe for CUDA_BATCH_MEM_OP_NODE_PARAMS_v2_st
impl !Send for CUDA_BATCH_MEM_OP_NODE_PARAMS_v2_st
impl !Sync for CUDA_BATCH_MEM_OP_NODE_PARAMS_v2_st
impl Unpin for CUDA_BATCH_MEM_OP_NODE_PARAMS_v2_st
impl UnwindSafe for CUDA_BATCH_MEM_OP_NODE_PARAMS_v2_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