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
name: *mut c_char
v: c_int
mutex: *mut GMutex
cond: *mut GCond
Trait Implementations
impl Debug for VipsSemaphore
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for VipsSemaphore
[src]
impl Clone for VipsSemaphore
[src]
fn clone(&self) -> VipsSemaphore
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more