Struct libc::sigval
[−]
[src]
#[repr(C)]pub struct sigval { pub sival_ptr: *mut c_void, }
Fields
sival_ptr: *mut c_void
Trait Implementations
impl Copy for sigval
[src]
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