Type Alias phper_sys::zend_error_info

source ·
pub type zend_error_info = _zend_error_info;

Aliased Type§

struct zend_error_info {
    pub type_: i32,
    pub lineno: u32,
    pub filename: *mut _zend_string,
    pub message: *mut _zend_string,
}

Fields§

§type_: i32§lineno: u32§filename: *mut _zend_string§message: *mut _zend_string

Trait Implementations

source§

impl Debug for _zend_error_info

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Clone for _zend_error_info

source§

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)

Performs copy-assignment from source. Read more
source§

impl Default for _zend_error_info

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Copy for _zend_error_info