#[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_1
Trait 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 moreSource§impl Debug for _GStaticRecMutex
impl Debug for _GStaticRecMutex
impl Copy for _GStaticRecMutex
Auto Trait Implementations§
impl Freeze for _GStaticRecMutex
impl RefUnwindSafe for _GStaticRecMutex
impl !Send for _GStaticRecMutex
impl !Sync for _GStaticRecMutex
impl Unpin for _GStaticRecMutex
impl UnwindSafe for _GStaticRecMutex
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more