Type Alias GDoubleIEEE754

Source
pub type GDoubleIEEE754 = _GDoubleIEEE754;

Aliased Type§

union GDoubleIEEE754 {
    pub v_double: f64,
    pub mpn: _GDoubleIEEE754__bindgen_ty_1,
}

Fields§

§v_double: f64§mpn: _GDoubleIEEE754__bindgen_ty_1

Trait Implementations

Source§

impl Clone for _GDoubleIEEE754

Source§

fn clone(&self) -> _GDoubleIEEE754

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _GDoubleIEEE754

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for _GDoubleIEEE754