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]

[src]

Formats the value using the given formatter. Read more

impl Copy for VipsSemaphore
[src]

impl Clone for VipsSemaphore
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more