Trait fftw::aligned_vec::AlignedAllocable [] [src]

pub trait AlignedAllocable {
    unsafe fn alloc(n: usize) -> *mut Self;
}

Required Methods

Implementors