Struct phper_sys::_zend_ini_scanner_globals[][src]

#[repr(C)]
pub struct _zend_ini_scanner_globals {
Show 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 c_char, pub lineno: c_int, pub scanner_mode: c_int,
}

Fields

yy_in: *mut zend_file_handleyy_out: *mut zend_file_handleyy_leng: c_uintyy_start: *mut c_ucharyy_text: *mut c_ucharyy_cursor: *mut c_ucharyy_marker: *mut c_ucharyy_limit: *mut c_ucharyy_state: c_intstate_stack: zend_stackfilename: *mut c_charlineno: c_intscanner_mode: c_int

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.