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 Copy for _GDoubleIEEE754
impl Clone for _GDoubleIEEE754
[src]
impl Clone for _GDoubleIEEE754
fn clone(&self) -> _GDoubleIEEE754
[src]
fn clone(&self) -> _GDoubleIEEE754
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for _GDoubleIEEE754
impl Send for _GDoubleIEEE754
impl Sync for _GDoubleIEEE754
impl Sync for _GDoubleIEEE754