Struct nix::libc::sembuf[][src]

#[repr(C)]
pub struct sembuf { pub sem_num: u16, pub sem_op: i16, pub sem_flg: i16, }

Fields

Trait Implementations

impl Copy for sembuf
[src]

impl Clone for sembuf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for sembuf

impl Sync for sembuf