Enum clfft::ffi::clfftLayout [] [src]

#[repr(i32)]
pub enum clfftLayout { CLFFT_COMPLEX_INTERLEAVED, CLFFT_COMPLEX_PLANAR, CLFFT_HERMITIAN_INTERLEAVED, CLFFT_HERMITIAN_PLANAR, CLFFT_REAL, ENDLAYOUT, }

Variants

Trait Implementations

impl Debug for clfftLayout
[src]

Formats the value using the given formatter.

impl Copy for clfftLayout
[src]

impl Clone for clfftLayout
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for clfftLayout
[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 clfftLayout
[src]

impl Hash for clfftLayout
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.