Struct ext_php_rs::ffi::_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
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