fftw3-sys::fftwl_write_char_func
[-]
[+]
[src]
type fftwl_write_char_func = fftw_write_char_func_do_not_use_me;
type fftwl_write_char_func = fftw_write_char_func_do_not_use_me;
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).