Struct phper_sys::_zend_signal_t
source · #[repr(C)]pub struct _zend_signal_t {
pub signo: c_int,
pub siginfo: *mut siginfo_t,
pub context: *mut c_void,
}
Fields§
§signo: c_int
§siginfo: *mut siginfo_t
§context: *mut c_void
Trait Implementations§
source§impl Clone for _zend_signal_t
impl Clone for _zend_signal_t
source§fn clone(&self) -> _zend_signal_t
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more