Union glib_sys::GMutex[][src]

#[repr(C)]
pub union GMutex { pub p: gpointer, pub i: [c_uint; 2], }

Fields

Trait Implementations

impl Copy for GMutex
[src]

impl Clone for GMutex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GMutex
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GMutex

impl !Sync for GMutex