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]

[src]

Formats the value using the given formatter.

impl Copy for fftw_iodim64
[src]

impl Clone for fftw_iodim64
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more