Struct phper_sys::_zend_file_handle
source · #[repr(C)]pub struct _zend_file_handle {
pub handle: _zend_file_handle__bindgen_ty_1,
pub filename: *const c_char,
pub opened_path: *mut zend_string,
pub type_: zend_stream_type,
pub free_filename: zend_bool,
pub buf: *mut c_char,
pub len: usize,
}
Fields§
§handle: _zend_file_handle__bindgen_ty_1
§filename: *const c_char
§opened_path: *mut zend_string
§type_: zend_stream_type
§free_filename: zend_bool
§buf: *mut c_char
§len: usize
Trait 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