Struct sigval
libc
#[repr(C)] pub struct sigval { pub sival_ptr: *mut c_void, }
sival_ptr: *mut c_void
impl Copy for sigval
impl Clone for sigval
fn clone(&self) -> sigval
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl !Send for sigval
impl !Sync for sigval