Struct cuda_sys::cuda::CUDA_TEXTURE_DESC_st[][src]

#[repr(C)]
pub struct CUDA_TEXTURE_DESC_st { pub addressMode: [CUaddress_mode; 3], pub filterMode: CUfilter_mode, pub flags: c_uint, pub maxAnisotropy: c_uint, pub mipmapFilterMode: CUfilter_mode, pub mipmapLevelBias: f32, pub minMipmapLevelClamp: f32, pub maxMipmapLevelClamp: f32, pub borderColor: [f32; 4], pub reserved: [c_int; 12], }

Fields

Trait Implementations

impl Debug for CUDA_TEXTURE_DESC_st
[src]

Formats the value using the given formatter. Read more

impl Copy for CUDA_TEXTURE_DESC_st
[src]

impl Clone for CUDA_TEXTURE_DESC_st
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations