#[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§
Source§impl Clone for _zend_oparray_context
impl Clone for _zend_oparray_context
Source§fn clone(&self) -> _zend_oparray_context
fn clone(&self) -> _zend_oparray_context
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _zend_oparray_context
impl Debug for _zend_oparray_context
Source§impl Default for _zend_oparray_context
impl Default for _zend_oparray_context
impl Copy for _zend_oparray_context
Auto Trait Implementations§
impl Freeze for _zend_oparray_context
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more