#[repr(C)]
pub union CUstreamBatchMemOpParams_union {
pub operation: CUstreamBatchMemOpType,
pub waitValue: CUstreamBatchMemOpParams_union_CUstreamMemOpWaitValueParams_st,
pub writeValue: CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st,
pub flushRemoteWrites: CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st,
pub pad: [cuuint64_t; 6],
}
Fields§
§operation: CUstreamBatchMemOpType
§waitValue: CUstreamBatchMemOpParams_union_CUstreamMemOpWaitValueParams_st
§writeValue: CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st
§flushRemoteWrites: CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
§pad: [cuuint64_t; 6]
Trait Implementations§
Source§impl Clone for CUstreamBatchMemOpParams_union
impl Clone for CUstreamBatchMemOpParams_union
Source§fn clone(&self) -> CUstreamBatchMemOpParams_union
fn clone(&self) -> CUstreamBatchMemOpParams_union
Returns a copy 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 CUstreamBatchMemOpParams_union
Auto Trait Implementations§
impl Freeze for CUstreamBatchMemOpParams_union
impl RefUnwindSafe for CUstreamBatchMemOpParams_union
impl Send for CUstreamBatchMemOpParams_union
impl Sync for CUstreamBatchMemOpParams_union
impl Unpin for CUstreamBatchMemOpParams_union
impl UnwindSafe for CUstreamBatchMemOpParams_union
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