CUDA_MEMCPY3D

Type Alias CUDA_MEMCPY3D 

Source
pub type CUDA_MEMCPY3D = CUDA_MEMCPY3D_st;

Aliased Type§

#[repr(C)]
pub struct CUDA_MEMCPY3D {
Show 25 fields pub srcXInBytes: usize, pub srcY: usize, pub srcZ: usize, pub srcLOD: usize, pub srcMemoryType: CUmemorytype_enum, pub srcHost: *const c_void, pub srcDevice: u64, pub srcArray: *mut CUarray_st, pub reserved0: *mut c_void, pub srcPitch: usize, pub srcHeight: usize, pub dstXInBytes: usize, pub dstY: usize, pub dstZ: usize, pub dstLOD: usize, pub dstMemoryType: CUmemorytype_enum, pub dstHost: *mut c_void, pub dstDevice: u64, pub dstArray: *mut CUarray_st, pub reserved1: *mut c_void, pub dstPitch: usize, pub dstHeight: usize, pub WidthInBytes: usize, pub Height: usize, pub Depth: usize,
}

Fields§

§srcXInBytes: usize§srcY: usize§srcZ: usize§srcLOD: usize§srcMemoryType: CUmemorytype_enum§srcHost: *const c_void§srcDevice: u64§srcArray: *mut CUarray_st§reserved0: *mut c_void§srcPitch: usize§srcHeight: usize§dstXInBytes: usize§dstY: usize§dstZ: usize§dstLOD: usize§dstMemoryType: CUmemorytype_enum§dstHost: *mut c_void§dstDevice: u64§dstArray: *mut CUarray_st§reserved1: *mut c_void§dstPitch: usize§dstHeight: usize§WidthInBytes: usize§Height: usize§Depth: usize