Struct phper_sys::_zend_signal_globals_t[][src]

#[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_intblocked: c_intrunning: c_intactive: c_intcheck: zend_boolreset: zend_boolhandlers: [zend_signal_entry_t; 65]pstorage: [zend_signal_queue_t; 64]phead: *mut zend_signal_queue_tptail: *mut zend_signal_queue_tpavail: *mut zend_signal_queue_t

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.