Struct libc::sigval [] [src]

pub struct sigval {
    pub sival_ptr: *mut c_void,
}

Fields

sival_ptr

Trait Implementations

impl Copy for sigval

impl Clone for sigval

fn clone(&self) -> sigval

fn clone_from(&mut self, source: &Self)1.0.0