Struct fftw_sys::fftw_iodim64[][src]

#[repr(C)]
pub struct fftw_iodim64 { pub n: isize, pub is: isize, pub os: isize, }

Fields

Trait Implementations

impl Debug for fftw_iodim64
[src]

Formats the value using the given formatter. Read more

impl Copy for fftw_iodim64
[src]

impl Clone for fftw_iodim64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations