Struct cuda_sys::cudart::cudaResourceViewDesc[][src]

#[repr(C)]
pub struct cudaResourceViewDesc { pub format: cudaResourceViewFormat, 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, }

Fields

Trait Implementations

impl Debug for cudaResourceViewDesc
[src]

Formats the value using the given formatter. Read more

impl Copy for cudaResourceViewDesc
[src]

impl Clone for cudaResourceViewDesc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations