Union vips_sys::_GMutex[][src]

#[repr(C)]
pub union _GMutex { pub p: gpointer, pub i: [guint; 2], // some fields omitted }

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

Auto Trait Implementations

impl !Send for _GMutex

impl !Sync for _GMutex