Struct phper_sys::_zend_object_iterator
source · [−]#[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
sourceimpl Clone for _zend_object_iterator
impl Clone for _zend_object_iterator
sourcefn clone(&self) -> _zend_object_iterator
fn clone(&self) -> _zend_object_iterator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for _zend_object_iterator
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more