Struct phper_sys::_zend_constant [−][src]
#[repr(C)]pub struct _zend_constant { pub value: zval, pub name: *mut zend_string, }
Fields
value: zvalname: *mut zend_stringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_constantimpl !Send for _zend_constantimpl !Sync for _zend_constantimpl Unpin for _zend_constantimpl UnwindSafe for _zend_constantBlanket Implementations
Mutably borrows from an owned value. Read more