Struct nix::libc::sembuf [−][src]
Fields
sem_num: u16
sem_op: i16
sem_flg: i16
Trait Implementations
impl Clone for sembuf[src]
impl Clone for sembuffn clone(&self) -> sembuf[src]
fn clone(&self) -> sembufReturns 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
impl Copy for sembuf[src]
impl Copy for sembuf