Type Alias phper_sys::zend_resource

source ·
pub type zend_resource = _zend_resource;

Aliased Type§

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

Trait Implementations

source§

impl Default for _zend_resource

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Copy for _zend_resource

source§

impl Clone for _zend_resource

source§

fn clone(&self) -> _zend_resource

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more