Type Alias numpy::npyffi::types::npy_complex256

source ·
pub type npy_complex256 = npy_clongdouble;

Aliased Type§

struct npy_complex256 {
    pub real: f64,
    pub imag: f64,
}

Fields§

§real: f64§imag: f64