Struct ext_php_rs::ffi::_zend_error_info
source · #[repr(C)]pub struct _zend_error_info {
pub type_: c_int,
pub lineno: u32,
pub filename: *mut zend_string,
pub message: *mut zend_string,
}Fields§
§type_: c_int§lineno: u32§filename: *mut zend_string§message: *mut zend_stringTrait Implementations§
source§impl Clone for _zend_error_info
impl Clone for _zend_error_info
source§fn clone(&self) -> _zend_error_info
fn clone(&self) -> _zend_error_info
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