Struct libresolv_sys::sigevent
[−]
[src]
pub struct sigevent { pub sigev_value: sigval_t, pub sigev_signo: c_int, pub sigev_notify: c_int, pub _sigev_un: Union_Unnamed26, }
Fields
sigev_value: sigval_t
sigev_signo: c_int
sigev_notify: c_int
_sigev_un: Union_Unnamed26
Trait Implementations
impl Clone for sigevent
[src]
fn clone(&self) -> sigevent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more