Struct phper_sys::_zend_file_handle
source · #[repr(C)]pub struct _zend_file_handle {
pub handle: _zend_file_handle__bindgen_ty_1,
pub filename: *mut zend_string,
pub opened_path: *mut zend_string,
pub type_: zend_uchar,
pub primary_script: bool,
pub in_list: bool,
pub buf: *mut c_char,
pub len: usize,
}Fields§
§handle: _zend_file_handle__bindgen_ty_1§filename: *mut zend_string§opened_path: *mut zend_string§type_: zend_uchar§primary_script: bool§in_list: bool§buf: *mut c_char§len: usizeTrait Implementations§
source§impl Clone for _zend_file_handle
impl Clone for _zend_file_handle
source§fn clone(&self) -> _zend_file_handle
fn clone(&self) -> _zend_file_handle
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