#[repr(C)]
pub struct _zend_signal_globals_t { pub depth: c_int, pub blocked: c_int, pub running: c_int, pub active: c_int, pub check: zend_bool, pub reset: zend_bool, pub handlers: [zend_signal_entry_t; 65], pub pstorage: [zend_signal_queue_t; 64], pub phead: *mut zend_signal_queue_t, pub ptail: *mut zend_signal_queue_t, pub pavail: *mut zend_signal_queue_t, }

Fields§

§depth: c_int§blocked: c_int§running: c_int§active: c_int§check: zend_bool§reset: zend_bool§handlers: [zend_signal_entry_t; 65]§pstorage: [zend_signal_queue_t; 64]§phead: *mut zend_signal_queue_t§ptail: *mut zend_signal_queue_t§pavail: *mut zend_signal_queue_t

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.