Struct vips_sys::VipsSemaphore[][src]

#[repr(C)]
pub struct VipsSemaphore { pub name: *mut c_char, pub v: c_int, pub mutex: *mut GMutex, pub cond: *mut GCond, }

Fields

Trait Implementations

impl Debug for VipsSemaphore
[src]

Formats the value using the given formatter. Read more

impl Copy for VipsSemaphore
[src]

impl Clone for VipsSemaphore
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for VipsSemaphore

impl !Sync for VipsSemaphore