Union phper_sys::sigval [−][src]
#[repr(C)]
pub union sigval {
pub sival_int: c_int,
pub sival_ptr: *mut c_void,
// some fields omitted
}Fields
sival_int: c_intsival_ptr: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sigvalimpl UnwindSafe for sigvalBlanket Implementations
Mutably borrows from an owned value. Read more