Union glib_sys::GMutex
[−]
[src]
#[repr(C)]pub union GMutex { pub p: gpointer, pub i: [c_uint; 2], }
Fields
p: gpointer
i: [c_uint; 2]
Trait Implementations
impl Copy for GMutex[src]
impl Clone for GMutex[src]
fn clone(&self) -> GMutex[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more