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
impl Clone for _GDoubleIEEE754
Source§fn clone(&self) -> _GDoubleIEEE754
fn clone(&self) -> _GDoubleIEEE754
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more