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