Struct phper_sys::_zend_resource [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for _zend_resource
impl !Send for _zend_resource
impl !Sync for _zend_resource
impl Unpin for _zend_resource
impl UnwindSafe for _zend_resource
Blanket Implementations
Mutably borrows from an owned value. Read more