numpy::npyffi::types

Type Alias npy_complex64

Source
pub type npy_complex64 = npy_cfloat;

Aliased Type§

struct npy_complex64 {
    pub real: f32,
    pub imag: f32,
}

Fields§

§real: f32§imag: f32