Union CUstreamBatchMemOpParams_union
#[repr(C)]pub union CUstreamBatchMemOpParams_union {
pub operation: CUstreamBatchMemOpType_enum,
pub waitValue: CUstreamBatchMemOpParams_union_CUstreamMemOpWaitValueParams_st,
pub writeValue: CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st,
pub flushRemoteWrites: CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st,
pub memoryBarrier: CUstreamBatchMemOpParams_union_CUstreamMemOpMemoryBarrierParams_st,
pub pad: [u64; 6],
}Fields§
§operation: CUstreamBatchMemOpType_enum§waitValue: CUstreamBatchMemOpParams_union_CUstreamMemOpWaitValueParams_st§writeValue: CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st§flushRemoteWrites: CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st§memoryBarrier: CUstreamBatchMemOpParams_union_CUstreamMemOpMemoryBarrierParams_st§pad: [u64; 6]Trait Implementations§
§impl Clone for CUstreamBatchMemOpParams_union
impl Clone for CUstreamBatchMemOpParams_union
§fn clone(&self) -> CUstreamBatchMemOpParams_union
fn clone(&self) -> CUstreamBatchMemOpParams_union
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 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 UnsafeUnpin 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