Struct libc::sembuf
[−]
[src]
#[repr(C)]pub struct sembuf { pub sem_num: c_ushort, pub sem_op: c_short, pub sem_flg: c_short, }
Fields
sem_num: c_ushort
sem_op: c_short
sem_flg: c_short
Trait Implementations
impl Copy for sembuf
[src]
impl Clone for sembuf
[src]
fn clone(&self) -> sembuf
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more