Struct phper_sys::_zend_llist_element
source · #[repr(C)]pub struct _zend_llist_element {
pub next: *mut _zend_llist_element,
pub prev: *mut _zend_llist_element,
pub data: [c_char; 1],
}Fields§
§next: *mut _zend_llist_element§prev: *mut _zend_llist_element§data: [c_char; 1]Trait Implementations§
source§impl Clone for _zend_llist_element
impl Clone for _zend_llist_element
source§fn clone(&self) -> _zend_llist_element
fn clone(&self) -> _zend_llist_element
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