Struct cuda_sys::cuda::CUDA_RESOURCE_VIEW_DESC_st[][src]

#[repr(C)]
pub struct CUDA_RESOURCE_VIEW_DESC_st { pub format: CUresourceViewFormat, pub width: usize, pub height: usize, pub depth: usize, pub firstMipmapLevel: c_uint, pub lastMipmapLevel: c_uint, pub firstLayer: c_uint, pub lastLayer: c_uint, pub reserved: [c_uint; 16], }

Fields

Trait Implementations

impl Debug for CUDA_RESOURCE_VIEW_DESC_st
[src]

Formats the value using the given formatter. Read more

impl Copy for CUDA_RESOURCE_VIEW_DESC_st
[src]

impl Clone for CUDA_RESOURCE_VIEW_DESC_st
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations