Struct panda_sys::_GStaticRecMutex [−][src]
#[repr(C)]pub struct _GStaticRecMutex { pub mutex: GStaticMutex, pub depth: guint, pub unused: _GStaticRecMutex__bindgen_ty_1, }
Fields
mutex: GStaticMutexdepth: guintunused: _GStaticRecMutex__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _GStaticRecMuteximpl !Send for _GStaticRecMuteximpl !Sync for _GStaticRecMuteximpl Unpin for _GStaticRecMuteximpl UnwindSafe for _GStaticRecMutexBlanket Implementations
Mutably borrows from an owned value. Read more