pub struct obj_iter_t { /* private fields */ }Expand description
Opaque iterator handle returned by obj_iter_all /
obj_iter_index_range. Drives one element at a time via
obj_iter_next and is freed by obj_iter_free.
Trait Implementations§
Source§impl Drop for obj_iter_t
impl Drop for obj_iter_t
Auto Trait Implementations§
impl Freeze for obj_iter_t
impl !RefUnwindSafe for obj_iter_t
impl Send for obj_iter_t
impl Sync for obj_iter_t
impl Unpin for obj_iter_t
impl UnsafeUnpin for obj_iter_t
impl !UnwindSafe for obj_iter_t
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