Type Alias GFloatIEEE754

Source
pub type GFloatIEEE754 = _GFloatIEEE754;

Aliased Type§

#[repr(C)]
pub union GFloatIEEE754 {
    pub v_float: f32,
    pub mpn: _GFloatIEEE754__bindgen_ty_1,
}

Fields§

§v_float: f32§mpn: _GFloatIEEE754__bindgen_ty_1