Struct phper_sys::_zval_struct [−][src]
#[repr(C)]pub struct _zval_struct { pub value: zend_value, pub u1: _zval_struct__bindgen_ty_1, pub u2: _zval_struct__bindgen_ty_2, }
Fields
value: zend_valueu1: _zval_struct__bindgen_ty_1u2: _zval_struct__bindgen_ty_2Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zval_structimpl !Send for _zval_structimpl !Sync for _zval_structimpl Unpin for _zval_structimpl UnwindSafe for _zval_structBlanket Implementations
Mutably borrows from an owned value. Read more