Type Alias GDoubleIEEE754

Source
pub type GDoubleIEEE754 = _GDoubleIEEE754;

Aliased Type§

#[repr(C)]
pub union GDoubleIEEE754 {
    pub v_double: f64,
    pub mpn: _GDoubleIEEE754__bindgen_ty_1,
}

Fields§

§v_double: f64§mpn: _GDoubleIEEE754__bindgen_ty_1