Struct phper_sys::zend_error_handling [−][src]
#[repr(C)]pub struct zend_error_handling { pub handling: zend_error_handling_t, pub exception: *mut zend_class_entry, pub user_handler: zval, }
Fields
handling: zend_error_handling_texception: *mut zend_class_entryuser_handler: zvalTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for zend_error_handlingimpl !Send for zend_error_handlingimpl !Sync for zend_error_handlingimpl Unpin for zend_error_handlingimpl UnwindSafe for zend_error_handlingBlanket Implementations
Mutably borrows from an owned value. Read more