Struct vips_sys::_GStaticRWLock[][src]

#[repr(C)]
pub struct _GStaticRWLock { pub mutex: GStaticMutex, pub read_cond: *mut GCond, pub write_cond: *mut GCond, pub read_counter: guint, pub have_writer: gboolean, pub want_to_read: guint, pub want_to_write: guint, }

Fields

Trait Implementations

impl Copy for _GStaticRWLock
[src]

impl Clone for _GStaticRWLock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _GStaticRWLock

impl !Sync for _GStaticRWLock