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
sourceimpl Clone for _zend_auto_global
impl Clone for _zend_auto_global
sourcefn clone(&self) -> _zend_auto_global
fn clone(&self) -> _zend_auto_global
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _zend_auto_global
impl Debug for _zend_auto_global
impl Copy for _zend_auto_global
Auto Trait Implementations
impl RefUnwindSafe for _zend_auto_global
impl !Send for _zend_auto_global
impl !Sync for _zend_auto_global
impl Unpin for _zend_auto_global
impl UnwindSafe for _zend_auto_global
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more