Struct glib_sys::GStaticMutex
source · #[repr(C)]pub struct GStaticMutex {
pub mutex: *mut GMutex,
}
Fields§
§mutex: *mut GMutex
Trait Implementations§
source§impl Clone for GStaticMutex
impl Clone for GStaticMutex
source§fn clone(&self) -> GStaticMutex
fn clone(&self) -> GStaticMutex
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 GStaticMutex
impl Debug for GStaticMutex
impl Copy for GStaticMutex
Auto Trait Implementations§
impl RefUnwindSafe for GStaticMutex
impl !Send for GStaticMutex
impl !Sync for GStaticMutex
impl Unpin for GStaticMutex
impl UnwindSafe for GStaticMutex
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