Union uugear_ffi::sigval[][src]

#[repr(C)]
pub union sigval { pub sival_int: c_int, pub sival_ptr: *mut c_void, // some fields omitted }

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

Auto Trait Implementations

impl !Send for sigval

impl !Sync for sigval