#[repr(C)]pub struct VipsSemaphore {
pub name: *mut c_char,
pub v: c_int,
pub mutex: GMutex,
pub cond: *mut GCond,
}Fields§
§name: *mut c_char§v: c_int§mutex: GMutex§cond: *mut GCondTrait Implementations§
Source§impl Clone for VipsSemaphore
impl Clone for VipsSemaphore
Source§fn clone(&self) -> VipsSemaphore
fn clone(&self) -> VipsSemaphore
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VipsSemaphore
Auto Trait Implementations§
impl Freeze for VipsSemaphore
impl RefUnwindSafe for VipsSemaphore
impl !Send for VipsSemaphore
impl !Sync for VipsSemaphore
impl Unpin for VipsSemaphore
impl UnwindSafe for VipsSemaphore
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more