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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more