#[repr(C)]pub struct zend_error_handling {
pub handling: zend_error_handling_t,
pub exception: *mut zend_class_entry,
}
Fields§
§handling: zend_error_handling_t
§exception: *mut zend_class_entry
Trait Implementations§
Source§impl Clone for zend_error_handling
impl Clone for zend_error_handling
Source§fn clone(&self) -> zend_error_handling
fn clone(&self) -> zend_error_handling
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_error_handling
impl Debug for zend_error_handling
Source§impl Default for zend_error_handling
impl Default for zend_error_handling
impl Copy for zend_error_handling
Auto Trait Implementations§
impl Freeze for zend_error_handling
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more