pub type zend_resource = _zend_resource;Aliased Type§
#[repr(C)]pub struct zend_resource {
pub gc: _zend_refcounted_h,
pub handle: i64,
pub type_: i32,
pub ptr: *mut c_void,
}Fields§
§gc: _zend_refcounted_h§handle: i64§type_: i32§ptr: *mut c_void