Enum clfft::ffi::clfftResultTransposed[][src]

#[repr(i32)]
pub enum clfftResultTransposed { CLFFT_NOTRANSPOSE, CLFFT_TRANSPOSED, ENDTRANSPOSED, }

Variants

Trait Implementations

impl Debug for clfftResultTransposed
[src]

Formats the value using the given formatter. Read more

impl Copy for clfftResultTransposed
[src]

impl Clone for clfftResultTransposed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for clfftResultTransposed
[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