Struct ext_php_rs::ffi::_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: u32Trait 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 more