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

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

Auto Trait Implementations

impl Send for sembuf

impl Sync for sembuf