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: bool,
pub armed: bool,
}Fields§
§name: *mut zend_string§auto_global_callback: zend_auto_global_callback§jit: bool§armed: boolTrait 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