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 Copy for GStaticMutex
impl Clone for GStaticMutex
[src]
impl Clone for GStaticMutex
fn clone(&self) -> GStaticMutex
[src]
fn clone(&self) -> GStaticMutex
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 GStaticMutex
impl !Send for GStaticMutex
impl !Sync for GStaticMutex
impl !Sync for GStaticMutex