Struct vips_sys::_GStaticRecMutex
[−]
[src]
#[repr(C)]pub struct _GStaticRecMutex { pub mutex: GStaticMutex, pub depth: guint, pub unused: _GStaticRecMutex__bindgen_ty_1, }
Fields
mutex: GStaticMutex
depth: guint
unused: _GStaticRecMutex__bindgen_ty_1
Trait Implementations
impl Copy for _GStaticRecMutex
[src]
impl Clone for _GStaticRecMutex
[src]
fn clone(&self) -> _GStaticRecMutex
[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