Struct phper_sys::_zend_gc_status
source · #[repr(C)]pub struct _zend_gc_status {
pub runs: u32,
pub collected: u32,
pub threshold: u32,
pub num_roots: u32,
}Fields§
§runs: u32§collected: u32§threshold: u32§num_roots: u32Trait Implementations§
source§impl Clone for _zend_gc_status
impl Clone for _zend_gc_status
source§fn clone(&self) -> _zend_gc_status
fn clone(&self) -> _zend_gc_status
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 moresource§impl Debug for _zend_gc_status
impl Debug for _zend_gc_status
source§impl Default for _zend_gc_status
impl Default for _zend_gc_status
source§fn default() -> _zend_gc_status
fn default() -> _zend_gc_status
Returns the “default value” for a type. Read more