Struct frida_sys::_GStaticRWLock
source · #[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§
§mutex: GStaticMutex§read_cond: *mut GCond§write_cond: *mut GCond§read_counter: guint§have_writer: gboolean§want_to_read: guint§want_to_write: guintTrait Implementations§
source§impl Clone for _GStaticRWLock
impl Clone for _GStaticRWLock
source§fn clone(&self) -> _GStaticRWLock
fn clone(&self) -> _GStaticRWLock
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more