Struct ext_php_rs::bindings::_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_stack
impl !Send for _zend_stack
impl !Sync for _zend_stack
impl Unpin for _zend_stack
impl UnwindSafe for _zend_stack
Blanket Implementations
Mutably borrows from an owned value. Read more