Struct cuda_sys::cuda::CUDA_RESOURCE_DESC_st[][src]

#[repr(C)]
pub struct CUDA_RESOURCE_DESC_st { pub resType: CUresourcetype, pub res: CUDA_RESOURCE_DESC_st__bindgen_ty_1, pub flags: c_uint, }

Fields

Trait Implementations

impl Copy for CUDA_RESOURCE_DESC_st
[src]

impl Clone for CUDA_RESOURCE_DESC_st
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations