Struct cuda_sys::cuda::CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st[][src]

#[repr(C)]
pub struct CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st { pub operation: CUstreamBatchMemOpType, pub flags: c_uint, }

Fields

Trait Implementations

impl Debug for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
[src]

Formats the value using the given formatter. Read more

impl Copy for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
[src]

impl Clone for CUstreamBatchMemOpParams_union_CUstreamMemOpFlushRemoteWritesParams_st
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations