Union vips_sys::_GDoubleIEEE754
[−]
[src]
#[repr(C)]pub union _GDoubleIEEE754 { pub v_double: gdouble, pub mpn: _GDoubleIEEE754__bindgen_ty_1, // some fields omitted }
Fields
v_double: gdouble
mpn: _GDoubleIEEE754__bindgen_ty_1
Trait Implementations
impl Copy for _GDoubleIEEE754
[src]
impl Clone for _GDoubleIEEE754
[src]
fn clone(&self) -> _GDoubleIEEE754
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more