#[repr(C)]pub struct _zend_object_iterator {
pub std: zend_object,
pub data: zval,
pub funcs: *const zend_object_iterator_funcs,
pub index: zend_ulong,
}
Fields§
§std: zend_object
§data: zval
§funcs: *const zend_object_iterator_funcs
§index: zend_ulong
Trait Implementations§
Source§impl Clone for _zend_object_iterator
impl Clone for _zend_object_iterator
Source§fn clone(&self) -> _zend_object_iterator
fn clone(&self) -> _zend_object_iterator
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 Default for _zend_object_iterator
impl Default for _zend_object_iterator
impl Copy for _zend_object_iterator
Auto Trait Implementations§
impl Freeze for _zend_object_iterator
impl RefUnwindSafe for _zend_object_iterator
impl !Send for _zend_object_iterator
impl !Sync for _zend_object_iterator
impl Unpin for _zend_object_iterator
impl UnwindSafe for _zend_object_iterator
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