Enum clfft::ffi::clfftDim[][src]

#[repr(i32)]
pub enum clfftDim { CLFFT_1D, CLFFT_2D, CLFFT_3D, ENDDIMENSION, }

Variants

Trait Implementations

impl Debug for clfftDim
[src]

Formats the value using the given formatter. Read more

impl Copy for clfftDim
[src]

impl Clone for clfftDim
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for clfftDim
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for clfftDim
[src]

impl Hash for clfftDim
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for clfftDim

impl Sync for clfftDim