#[repr(C)]pub struct CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st {
pub operation: CUstreamBatchMemOpType,
pub address: CUdeviceptr,
pub __bindgen_anon_1: CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st__bindgen_ty_1,
pub flags: c_uint,
pub alias: CUdeviceptr,
}
Fields§
§operation: CUstreamBatchMemOpType
§address: CUdeviceptr
§__bindgen_anon_1: CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st__bindgen_ty_1
§flags: c_uint
§alias: CUdeviceptr
< For driver internal use. Initial value is unimportant.
Trait Implementations§
Source§impl Clone for CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st
impl Clone for CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st
Source§fn clone(
&self,
) -> CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st
fn clone( &self, ) -> CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_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 CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st
Auto Trait Implementations§
impl Freeze for CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st
impl RefUnwindSafe for CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st
impl Send for CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st
impl Sync for CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st
impl Unpin for CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_st
impl UnwindSafe for CUstreamBatchMemOpParams_union_CUstreamMemOpWriteValueParams_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