pub struct PollSet(/* private fields */);Expand description
A data structure for waking up tasks that are waiting for I/O events.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for PollSet
impl !RefUnwindSafe for PollSet
impl Send for PollSet
impl Sync for PollSet
impl Unpin for PollSet
impl UnwindSafe for PollSet
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