Struct rustix::io::epoll::Iter
pub struct Iter<'context, Context: self::Context> { /* fields hidden */ }
Documentation
An iterator over the Event
s in an EventVec
.
Trait Implementations
impl<'context, Context: self::Context> Iterator for Iter<'context, Context>
Auto Trait Implementations
impl<'context, Context> RefUnwindSafe for Iter<'context, Context>
where
Context: RefUnwindSafe,
impl<'context, Context> UnwindSafe for Iter<'context, Context>
where
Context: RefUnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T