Union vips_sys::_GStaticRecMutex__bindgen_ty_1
[−]
[src]
#[repr(C)]pub union _GStaticRecMutex__bindgen_ty_1 { pub owner: pthread_t, pub dummy: gdouble, // some fields omitted }
Fields
owner: pthread_t
dummy: gdouble
Trait Implementations
impl Copy for _GStaticRecMutex__bindgen_ty_1
[src]
impl Clone for _GStaticRecMutex__bindgen_ty_1
[src]
fn clone(&self) -> _GStaticRecMutex__bindgen_ty_1
[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