Type Alias c_double_complex

Source
pub type c_double_complex = __BindgenComplex<f64>;
Expand description

A complex number with 64-bit parts.

Aliased Type§

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

Fields§

§re: f64§im: f64