pub type GxB_FC32_t = __BindgenComplex<f32>;

Aliased Type§

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

Fields§

§re: f32§im: f32