Struct libresolv_sys::sigval
[−]
[src]
pub struct sigval { pub _bindgen_data_: [u64; 1], }
Fields
_bindgen_data_: [u64; 1]
Methods
impl sigval
[src]
Trait Implementations
impl Clone for sigval
[src]
fn clone(&self) -> sigval
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