Struct frida_sys::GStaticMutex
source · #[repr(C)]pub struct GStaticMutex {
pub mutex: *mut GMutex,
pub unused: pthread_mutex_t,
}Fields§
§mutex: *mut GMutex§unused: pthread_mutex_tTrait Implementations§
source§impl Clone for GStaticMutex
impl Clone for GStaticMutex
source§fn clone(&self) -> GStaticMutex
fn clone(&self) -> GStaticMutex
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