#[repr(C)]pub struct _GRecMutex {
pub p: gpointer,
pub i: [guint; 2],
}
Fields§
§p: gpointer
§i: [guint; 2]
Trait Implementations§
Source§impl Clone for _GRecMutex
impl Clone for _GRecMutex
Source§fn clone(&self) -> _GRecMutex
fn clone(&self) -> _GRecMutex
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 _GRecMutex
impl Debug for _GRecMutex
Source§impl PartialEq for _GRecMutex
impl PartialEq for _GRecMutex
impl Copy for _GRecMutex
impl Eq for _GRecMutex
impl StructuralPartialEq for _GRecMutex
Auto Trait Implementations§
impl Freeze for _GRecMutex
impl RefUnwindSafe for _GRecMutex
impl !Send for _GRecMutex
impl !Sync for _GRecMutex
impl Unpin for _GRecMutex
impl UnwindSafe for _GRecMutex
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