Struct phper_sys::_zend_resource
source · #[repr(C)]pub struct _zend_resource {
pub gc: zend_refcounted_h,
pub handle: c_int,
pub type_: c_int,
pub ptr: *mut c_void,
}
Fields§
§gc: zend_refcounted_h
§handle: c_int
§type_: c_int
§ptr: *mut c_void
Trait Implementations§
source§impl Clone for _zend_resource
impl Clone for _zend_resource
source§fn clone(&self) -> _zend_resource
fn clone(&self) -> _zend_resource
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