Struct libc::sembuf [] [src]

pub struct sembuf {
    pub sem_num: c_ushort,
    pub sem_op: c_short,
    pub sem_flg: c_short,
}

Fields

Trait Implementations

impl Copy for sembuf
[src]

impl Clone for sembuf
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more