Struct libc::sigval [] [src]

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

Fields

Trait Implementations

impl Copy for sigval
[src]

impl Clone for sigval
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more