Struct sem_t
libc
#[repr(C)] pub struct sem_t { /* fields omitted */ }
impl Copy for sem_t
impl Clone for sem_t
fn clone(&self) -> sem_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl Send for sem_t
impl Sync for sem_t