#[repr(C)]pub struct CUDA_BATCH_MEM_OP_NODE_PARAMS_v1_st {
pub ctx: CUcontext,
pub count: c_uint,
pub paramArray: *mut CUstreamBatchMemOpParams,
pub flags: c_uint,
}
Fields§
§ctx: CUcontext
§count: c_uint
§paramArray: *mut CUstreamBatchMemOpParams
§flags: c_uint
Trait Implementations§
Source§impl Clone for CUDA_BATCH_MEM_OP_NODE_PARAMS_v1_st
impl Clone for CUDA_BATCH_MEM_OP_NODE_PARAMS_v1_st
Source§fn clone(&self) -> CUDA_BATCH_MEM_OP_NODE_PARAMS_v1_st
fn clone(&self) -> CUDA_BATCH_MEM_OP_NODE_PARAMS_v1_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_v1_st
Auto Trait Implementations§
impl Freeze for CUDA_BATCH_MEM_OP_NODE_PARAMS_v1_st
impl RefUnwindSafe for CUDA_BATCH_MEM_OP_NODE_PARAMS_v1_st
impl !Send for CUDA_BATCH_MEM_OP_NODE_PARAMS_v1_st
impl !Sync for CUDA_BATCH_MEM_OP_NODE_PARAMS_v1_st
impl Unpin for CUDA_BATCH_MEM_OP_NODE_PARAMS_v1_st
impl UnwindSafe for CUDA_BATCH_MEM_OP_NODE_PARAMS_v1_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