Type Alias numpy::npyffi::types::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