__cfloat128

Type Alias __cfloat128 

Source
pub type __cfloat128 = __BindgenComplex<u128>;

Aliased Type§

#[repr(C)]
pub struct __cfloat128 { pub re: u128, pub im: u128, }

Fields§

§re: u128§im: u128