pub type GStaticRecMutex = _GStaticRecMutex;

Aliased Type§

struct GStaticRecMutex {
    pub mutex: GStaticMutex,
    pub depth: u32,
    pub unused: _GStaticRecMutex__bindgen_ty_1,
}

Fields§

§mutex: GStaticMutex§depth: u32§unused: _GStaticRecMutex__bindgen_ty_1