Struct phper_sys::_zend_label
source · #[repr(C)]pub struct _zend_label {
pub brk_cont: c_int,
pub opline_num: u32,
}Fields§
§brk_cont: c_int§opline_num: u32Trait Implementations§
source§impl Clone for _zend_label
impl Clone for _zend_label
source§fn clone(&self) -> _zend_label
fn clone(&self) -> _zend_label
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_label
impl Debug for _zend_label
source§impl Default for _zend_label
impl Default for _zend_label
source§fn default() -> _zend_label
fn default() -> _zend_label
Returns the “default value” for a type. Read more