Struct phper_sys::_zend_llist_element [−][src]
#[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_elementprev: *mut _zend_llist_elementdata: [c_char; 1]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _zend_llist_elementimpl !Send for _zend_llist_elementimpl !Sync for _zend_llist_elementimpl Unpin for _zend_llist_elementimpl UnwindSafe for _zend_llist_elementBlanket Implementations
Mutably borrows from an owned value. Read more