pub type CUDA_RESOURCE_DESC = CUDA_RESOURCE_DESC_st;Aliased Type§
#[repr(C)]pub struct CUDA_RESOURCE_DESC {
pub resType: CUresourcetype_enum,
pub res: CUDA_RESOURCE_DESC_st__bindgen_ty_1,
pub flags: u32,
}Fields§
§resType: CUresourcetype_enum§res: CUDA_RESOURCE_DESC_st__bindgen_ty_1§flags: u32