Struct phper_sys::_zend_stack [−][src]
#[repr(C)]pub struct _zend_stack { pub size: c_int, pub top: c_int, pub max: c_int, pub elements: *mut c_void, }
Fields
size: c_inttop: c_intmax: c_intelements: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_stackimpl !Send for _zend_stackimpl !Sync for _zend_stackimpl Unpin for _zend_stackimpl UnwindSafe for _zend_stackBlanket Implementations
Mutably borrows from an owned value. Read more