Struct phper_sys::_zend_ptr_stack
source · [−]#[repr(C)]pub struct _zend_ptr_stack {
pub top: c_int,
pub max: c_int,
pub elements: *mut *mut c_void,
pub top_element: *mut *mut c_void,
pub persistent: zend_bool,
}
Fields
top: c_int
max: c_int
elements: *mut *mut c_void
top_element: *mut *mut c_void
persistent: zend_bool
Trait Implementations
sourceimpl Clone for _zend_ptr_stack
impl Clone for _zend_ptr_stack
sourcefn clone(&self) -> _zend_ptr_stack
fn clone(&self) -> _zend_ptr_stack
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for _zend_ptr_stack
impl Debug for _zend_ptr_stack
impl Copy for _zend_ptr_stack
Auto Trait Implementations
impl RefUnwindSafe for _zend_ptr_stack
impl !Send for _zend_ptr_stack
impl !Sync for _zend_ptr_stack
impl Unpin for _zend_ptr_stack
impl UnwindSafe for _zend_ptr_stack
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more