Struct cuda_sys::cudart::cudaMemcpy3DPeerParms[][src]

#[repr(C)]
pub struct cudaMemcpy3DPeerParms { pub srcArray: cudaArray_t, pub srcPos: cudaPos, pub srcPtr: cudaPitchedPtr, pub srcDevice: c_int, pub dstArray: cudaArray_t, pub dstPos: cudaPos, pub dstPtr: cudaPitchedPtr, pub dstDevice: c_int, pub extent: cudaExtent, }

Fields

Trait Implementations

impl Debug for cudaMemcpy3DPeerParms
[src]

Formats the value using the given formatter. Read more

impl Copy for cudaMemcpy3DPeerParms
[src]

impl Clone for cudaMemcpy3DPeerParms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations