Enum clfft::ffi::clfftCallbackType [] [src]

#[repr(i32)]
pub enum clfftCallbackType { PRECALLBACK, POSTCALLBACK, }

Variants

Trait Implementations

impl Debug for clfftCallbackType
[src]

Formats the value using the given formatter.

impl Copy for clfftCallbackType
[src]

impl Clone for clfftCallbackType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for clfftCallbackType
[src]

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

Feeds a slice of this type into the state provided.