Struct phper_sys::zend_error_handling
source · [−]#[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_t
exception: *mut zend_class_entry
user_handler: zval
Trait Implementations
sourceimpl Clone for zend_error_handling
impl Clone for zend_error_handling
sourcefn clone(&self) -> zend_error_handling
fn clone(&self) -> zend_error_handling
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for zend_error_handling
Auto Trait Implementations
impl RefUnwindSafe for zend_error_handling
impl !Send for zend_error_handling
impl !Sync for zend_error_handling
impl Unpin for zend_error_handling
impl UnwindSafe for zend_error_handling
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more