pub type zend_file_handle = _zend_file_handle;Aliased Type§
#[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_: u8,
pub primary_script: bool,
pub in_list: bool,
pub buf: *mut i8,
pub len: usize,
}Fields§
§handle: _zend_file_handle__bindgen_ty_1§filename: *mut _zend_string§opened_path: *mut _zend_string§type_: u8§primary_script: bool§in_list: bool§buf: *mut i8§len: usize