Type Alias simde_cfloat32

Source
pub type simde_cfloat32 = __BindgenComplex<f32>;

Aliased Type§

struct simde_cfloat32 {
    pub re: f32,
    pub im: f32,
}

Fields§

§re: f32§im: f32