Struct phper_sys::_zend_llist
source · #[repr(C)]pub struct _zend_llist {
pub head: *mut zend_llist_element,
pub tail: *mut zend_llist_element,
pub count: usize,
pub size: usize,
pub dtor: llist_dtor_func_t,
pub persistent: c_uchar,
pub traverse_ptr: *mut zend_llist_element,
}Fields§
§head: *mut zend_llist_element§tail: *mut zend_llist_element§count: usize§size: usize§dtor: llist_dtor_func_t§persistent: c_uchar§traverse_ptr: *mut zend_llist_elementTrait Implementations§
source§impl Clone for _zend_llist
impl Clone for _zend_llist
source§fn clone(&self) -> _zend_llist
fn clone(&self) -> _zend_llist
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 more