Type Alias linux_raw_sys::general::sigval_t

source ·
pub type sigval_t = sigval;

Aliased Type§

union sigval_t {
    pub sival_int: i32,
    pub sival_ptr: *mut c_void,
}

Fields§

§sival_int: i32§sival_ptr: *mut c_void

Trait Implementations§

source§

impl Clone for sigval

source§

fn clone(&self) -> sigval

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Copy for sigval