Struct libc::sem_t [] [src]

pub struct sem_t {
    // some fields omitted
}

Trait Implementations

impl Copy for sem_t

impl Clone for sem_t

fn clone(&self) -> sem_t

1.0.0fn clone_from(&mut self, source: &Self)