pub struct PollAdd { /* private fields */ }
Expand description
Poll the specified fd.
Unlike poll or epoll without EPOLLONESHOT
, this interface always works in one shot mode.
That is, once the poll operation is completed, it will have to be resubmitted.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PollAdd
impl RefUnwindSafe for PollAdd
impl Send for PollAdd
impl Sync for PollAdd
impl Unpin for PollAdd
impl UnwindSafe for PollAdd
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