Struct nix::sys::select::Fds
pub struct Fds<'a> { /* fields hidden */ }
Documentation
Iterator over FdSet
.
Trait Implementations
impl<'a> Debug for Fds<'a>
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl<'a> DoubleEndedIterator for Fds<'a>
impl<'a> FusedIterator for Fds<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Fds<'a>
impl<'a> UnwindSafe for Fds<'a>
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T