Function simics::api::base::conf_object::_object_iterator_next

source ·
fn _object_iterator_next(iter: *mut ObjectIter) -> Option<*mut ConfObject>
Expand description

Consume and return the next item of an object iterator, if one exists

§Arguments

§Return Value

The next element in the iteration, or None if the iterator has been exhausted

§Context

Unknown