Struct frida_sys::_GStaticRecMutex
source · #[repr(C)]pub struct _GStaticRecMutex {
pub mutex: GStaticMutex,
pub depth: guint,
pub unused: _GStaticRecMutex__bindgen_ty_1,
}Fields§
§mutex: GStaticMutex§depth: guint§unused: _GStaticRecMutex__bindgen_ty_1Trait Implementations§
source§impl Clone for _GStaticRecMutex
impl Clone for _GStaticRecMutex
source§fn clone(&self) -> _GStaticRecMutex
fn clone(&self) -> _GStaticRecMutex
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