Struct phper_sys::_zend_auto_global
source · #[repr(C)]pub struct _zend_auto_global {
pub name: *mut zend_string,
pub auto_global_callback: zend_auto_global_callback,
pub jit: zend_bool,
pub armed: zend_bool,
}
Fields§
§name: *mut zend_string
§auto_global_callback: zend_auto_global_callback
§jit: zend_bool
§armed: zend_bool
Trait Implementations§
source§impl Clone for _zend_auto_global
impl Clone for _zend_auto_global
source§fn clone(&self) -> _zend_auto_global
fn clone(&self) -> _zend_auto_global
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