Skip to main content

GoComplex64

Type Alias GoComplex64 

Source
pub type GoComplex64 = __BindgenComplex<f32>;

Aliased Type§

#[repr(C)]
pub struct GoComplex64 { pub re: f32, pub im: f32, }

Fields§

§re: f32§im: f32