Type Alias npy_complex64

Source
pub type npy_complex64 = npy_cfloat;

Aliased Type§

#[repr(C)]
pub struct npy_complex64 { pub real: f32, pub imag: f32, }

Fields§

§real: f32§imag: f32