Struct clfft::ffi::clfftSetupData [] [src]

#[repr(C)]
pub struct clfftSetupData { pub major: cl_uint, pub minor: cl_uint, pub patch: cl_uint, pub debugFlags: cl_ulong, }

Fields

Trait Implementations

impl Debug for clfftSetupData
[src]

Formats the value using the given formatter.

impl Copy for clfftSetupData
[src]

impl Clone for clfftSetupData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more