Struct libc_interface::sem_t[][src]

#[repr(C)]
pub struct sem_t { /* fields omitted */ }

Trait Implementations

impl Copy for sem_t
[src]

impl Clone for sem_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for sem_t
[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 sem_t
[src]

Auto Trait Implementations

impl Send for sem_t

impl Sync for sem_t