Struct phper_sys::_zend_oparray_context
source · [−]#[repr(C)]pub struct _zend_oparray_context {
pub opcodes_size: u32,
pub vars_size: c_int,
pub literals_size: c_int,
pub fast_call_var: u32,
pub try_catch_offset: u32,
pub current_brk_cont: c_int,
pub last_brk_cont: c_int,
pub brk_cont_array: *mut zend_brk_cont_element,
pub labels: *mut HashTable,
}
Fields
opcodes_size: u32
vars_size: c_int
literals_size: c_int
fast_call_var: u32
try_catch_offset: u32
current_brk_cont: c_int
last_brk_cont: c_int
brk_cont_array: *mut zend_brk_cont_element
labels: *mut HashTable
Trait Implementations
sourceimpl Clone for _zend_oparray_context
impl Clone for _zend_oparray_context
sourcefn clone(&self) -> _zend_oparray_context
fn clone(&self) -> _zend_oparray_context
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_oparray_context
impl Debug for _zend_oparray_context
impl Copy for _zend_oparray_context
Auto Trait Implementations
impl RefUnwindSafe for _zend_oparray_context
impl !Send for _zend_oparray_context
impl !Sync for _zend_oparray_context
impl Unpin for _zend_oparray_context
impl UnwindSafe for _zend_oparray_context
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