Type Alias simde_cfloat64

Source
pub type simde_cfloat64 = __BindgenComplex<f64>;

Aliased Type§

#[repr(C)]
pub struct simde_cfloat64 { pub re: f64, pub im: f64, }

Fields§

§re: f64§im: f64