Struct glib_sys::GStaticRecMutex
source · #[repr(C)]pub struct GStaticRecMutex {
pub mutex: GStaticMutex,
pub depth: c_uint,
}
Fields§
§mutex: GStaticMutex
§depth: c_uint
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 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