Struct cuda_sys::cuda::CUDA_RESOURCE_DESC_st__bindgen_ty_1__bindgen_ty_3[][src]

#[repr(C)]
pub struct CUDA_RESOURCE_DESC_st__bindgen_ty_1__bindgen_ty_3 { pub devPtr: CUdeviceptr, pub format: CUarray_format, pub numChannels: c_uint, pub sizeInBytes: usize, }

Fields

Trait Implementations

impl Debug for CUDA_RESOURCE_DESC_st__bindgen_ty_1__bindgen_ty_3
[src]

Formats the value using the given formatter. Read more

impl Copy for CUDA_RESOURCE_DESC_st__bindgen_ty_1__bindgen_ty_3
[src]

impl Clone for CUDA_RESOURCE_DESC_st__bindgen_ty_1__bindgen_ty_3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations