[−][src]Struct phper_sys::_zend_php_scanner_globals
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_stackheredoc_label_stack: zend_ptr_stackscript_org: *mut c_ucharscript_org_size: usizescript_filtered: *mut c_ucharscript_filtered_size: usizeinput_filter: zend_encoding_filteroutput_filter: zend_encoding_filterscript_encoding: *const zend_encodingscanned_string_len: c_inton_event: Option<unsafe extern "C" fn(event: zend_php_scanner_event, token: c_int, line: c_int, context: *mut c_void)>on_event_context: *mut c_voidTrait Implementations
impl Clone for _zend_php_scanner_globals[src]
fn clone(&self) -> _zend_php_scanner_globals[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _zend_php_scanner_globals[src]
impl Debug for _zend_php_scanner_globals[src]
Auto Trait Implementations
impl RefUnwindSafe for _zend_php_scanner_globals
impl !Send for _zend_php_scanner_globals
impl !Sync for _zend_php_scanner_globals
impl Unpin for _zend_php_scanner_globals
impl UnwindSafe for _zend_php_scanner_globals
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,