Struct phper_sys::_zend_ini_scanner_globals
source · #[repr(C)]pub struct _zend_ini_scanner_globals {Show 13 fields
pub yy_in: *mut zend_file_handle,
pub yy_out: *mut zend_file_handle,
pub yy_leng: c_uint,
pub yy_start: *mut c_uchar,
pub yy_text: *mut c_uchar,
pub yy_cursor: *mut c_uchar,
pub yy_marker: *mut c_uchar,
pub yy_limit: *mut c_uchar,
pub yy_state: c_int,
pub state_stack: zend_stack,
pub filename: *mut zend_string,
pub lineno: c_int,
pub scanner_mode: c_int,
}Fields§
§yy_in: *mut zend_file_handle§yy_out: *mut zend_file_handle§yy_leng: c_uint§yy_start: *mut c_uchar§yy_text: *mut c_uchar§yy_cursor: *mut c_uchar§yy_marker: *mut c_uchar§yy_limit: *mut c_uchar§yy_state: c_int§state_stack: zend_stack§filename: *mut zend_string§lineno: c_int§scanner_mode: c_intTrait Implementations§
source§impl Clone for _zend_ini_scanner_globals
impl Clone for _zend_ini_scanner_globals
source§fn clone(&self) -> _zend_ini_scanner_globals
fn clone(&self) -> _zend_ini_scanner_globals
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