Type Alias phper_sys::zend_signal_t

source ·
pub type zend_signal_t = _zend_signal_t;

Aliased Type§

struct zend_signal_t {
    pub signo: i32,
    pub siginfo: *mut siginfo_t,
    pub context: *mut c_void,
}

Fields§

§signo: i32§siginfo: *mut siginfo_t§context: *mut c_void

Trait Implementations

source§

impl Default for _zend_signal_t

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Copy for _zend_signal_t

source§

impl Clone for _zend_signal_t

source§

fn clone(&self) -> _zend_signal_t

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 Debug for _zend_signal_t

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more