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