Union _GMutex
vips_sys
#[repr(C)] pub union _GMutex { pub p: gpointer, pub i: [guint; 2], // some fields omitted }
p: gpointer
i: [guint; 2]
impl Copy for _GMutex
impl Clone for _GMutex
fn clone(&self) -> _GMutex
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl !Send for _GMutex
impl !Sync for _GMutex