Struct phper_sys::_zend_try_catch_element [−][src]
#[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: u32catch_op: u32finally_op: u32finally_end: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_try_catch_elementimpl Send for _zend_try_catch_elementimpl Sync for _zend_try_catch_elementimpl Unpin for _zend_try_catch_elementimpl UnwindSafe for _zend_try_catch_elementBlanket Implementations
Mutably borrows from an owned value. Read more