Struct libc_interface::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for sembuf
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for sembuf
[src]

Auto Trait Implementations

impl Send for sembuf

impl Sync for sembuf