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_hhandle: c_inttype_: c_intptr: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_resourceimpl !Send for _zend_resourceimpl !Sync for _zend_resourceimpl Unpin for _zend_resourceimpl UnwindSafe for _zend_resourceBlanket Implementations
Mutably borrows from an owned value. Read more