Struct cuda_sys::cudart::cudaChannelFormatDesc[][src]

#[repr(C)]
pub struct cudaChannelFormatDesc { pub x: c_int, pub y: c_int, pub z: c_int, pub w: c_int, pub f: cudaChannelFormatKind, }

Fields

Trait Implementations

impl Debug for cudaChannelFormatDesc
[src]

Formats the value using the given formatter. Read more

impl Copy for cudaChannelFormatDesc
[src]

impl Clone for cudaChannelFormatDesc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations