#[repr(C)]pub struct _zend_auto_global {
pub name: *const c_char,
pub name_len: uint,
pub auto_global_callback: zend_auto_global_callback,
pub jit: zend_bool,
pub armed: zend_bool,
}
Fields§
§name: *const c_char
§name_len: uint
§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 duplicate 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 moreSource§impl Debug for _zend_auto_global
impl Debug for _zend_auto_global
impl Copy for _zend_auto_global
Auto Trait Implementations§
impl Freeze for _zend_auto_global
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more