Skip to main content

GoComplex128

Type Alias GoComplex128 

Source
pub type GoComplex128 = __BindgenComplex<f64>;

Aliased Type§

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

Fields§

§re: f64§im: f64