Struct cuda_sys::cuda::CUDA_ARRAY3D_DESCRIPTOR_st[][src]

#[repr(C)]
pub struct CUDA_ARRAY3D_DESCRIPTOR_st { pub Width: usize, pub Height: usize, pub Depth: usize, pub Format: CUarray_format, pub NumChannels: c_uint, pub Flags: c_uint, }

Fields

Trait Implementations

impl Debug for CUDA_ARRAY3D_DESCRIPTOR_st
[src]

Formats the value using the given formatter. Read more

impl Copy for CUDA_ARRAY3D_DESCRIPTOR_st
[src]

impl Clone for CUDA_ARRAY3D_DESCRIPTOR_st
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations