#[repr(C)]pub struct _zend_refcounted {
    pub gc: zend_refcounted_h,
}Fields§
§gc: zend_refcounted_hTrait Implementations§
Source§impl Clone for _zend_refcounted
 
impl Clone for _zend_refcounted
Source§fn clone(&self) -> _zend_refcounted
 
fn clone(&self) -> _zend_refcounted
Returns a duplicate 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 moreimpl Copy for _zend_refcounted
Auto Trait Implementations§
impl Freeze for _zend_refcounted
impl RefUnwindSafe for _zend_refcounted
impl Send for _zend_refcounted
impl Sync for _zend_refcounted
impl Unpin for _zend_refcounted
impl UnwindSafe for _zend_refcounted
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more