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]
impl Debug for VipsSemaphore
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for VipsSemaphore
[src]
impl Copy for VipsSemaphore
impl Clone for VipsSemaphore
[src]
impl Clone for VipsSemaphore
fn clone(&self) -> VipsSemaphore
[src]
fn clone(&self) -> VipsSemaphore
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for VipsSemaphore
impl !Send for VipsSemaphore
impl !Sync for VipsSemaphore
impl !Sync for VipsSemaphore