Struct phper_sys::_zend_try_catch_element
source · #[repr(C)]pub struct _zend_try_catch_element {
pub try_op: u32,
pub catch_op: u32,
pub finally_op: u32,
pub finally_end: u32,
}
Fields§
§try_op: u32
§catch_op: u32
§finally_op: u32
§finally_end: u32
Trait Implementations§
source§impl Clone for _zend_try_catch_element
impl Clone for _zend_try_catch_element
source§fn clone(&self) -> _zend_try_catch_element
fn clone(&self) -> _zend_try_catch_element
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_try_catch_element
impl Debug for _zend_try_catch_element
source§impl Default for _zend_try_catch_element
impl Default for _zend_try_catch_element
source§fn default() -> _zend_try_catch_element
fn default() -> _zend_try_catch_element
Returns the “default value” for a type. Read more