Enum clfft::ffi::clfftResultLocation [] [src]

#[repr(i32)]
pub enum clfftResultLocation { CLFFT_INPLACE, CLFFT_OUTOFPLACE, ENDPLACE, }

Variants

Trait Implementations

impl Debug for clfftResultLocation
[src]

Formats the value using the given formatter.

impl Copy for clfftResultLocation
[src]

impl Clone for clfftResultLocation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for clfftResultLocation
[src]

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

Feeds a slice of this type into the state provided.