pub type GStaticRecMutex = _GStaticRecMutex;Aliased Type§
#[repr(C)]pub struct GStaticRecMutex {
pub mutex: GStaticMutex,
pub depth: u32,
pub unused: _GStaticRecMutex__bindgen_ty_1,
}Fields§
§mutex: GStaticMutex§depth: u32§unused: _GStaticRecMutex__bindgen_ty_1