Trait clfft::AsClFftPlanHandle [] [src]

pub trait AsClFftPlanHandle {
    unsafe fn as_ptr(&self) -> clfftPlanHandle;
}

Gets the native clFFT plan handle from a type.

Required Methods

Implementors