Struct libc::sigval [−][src]
#[repr(C)]pub struct sigval { pub sival_ptr: *mut c_void, }
Fields
sival_ptr: *mut c_voidTrait Implementations
impl Clone for sigval[src]
impl Clone for sigval[src]#[repr(C)]pub struct sigval { pub sival_ptr: *mut c_void, }
sival_ptr: *mut c_voidimpl Clone for sigval[src]fn clone(&self) -> sigval[src]pub fn clone_from(&mut self, source: &Self)1.0.0[src]impl Copy for sigval[src]