Struct libc_interface::sigevent[][src]

#[repr(C)]
pub struct sigevent { pub sigev_value: sigval, pub sigev_signo: c_int, pub sigev_notify: c_int, pub sigev_notify_thread_id: c_int, // some fields omitted }

Fields

Trait Implementations

impl Copy for sigevent
[src]

impl Clone for sigevent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl !Send for sigevent

impl !Sync for sigevent