Struct vips_sys::GStaticMutex[][src]

#[repr(C)]
pub struct GStaticMutex { pub mutex: *mut GMutex, pub unused: pthread_mutex_t, }

Fields

Trait Implementations

impl Copy for GStaticMutex
[src]

impl Clone for GStaticMutex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for GStaticMutex

impl !Sync for GStaticMutex