pub struct PollNotifier { /* private fields */ }Expand description
A handle to a pending poll() request coupled with notifier reference.
Can be saved and used to notify the kernel when a poll is ready.
Implementations§
Trait Implementations§
Source§impl Clone for PollNotifier
impl Clone for PollNotifier
Source§fn clone(&self) -> PollNotifier
fn clone(&self) -> PollNotifier
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PollNotifier
impl RefUnwindSafe for PollNotifier
impl Send for PollNotifier
impl Sync for PollNotifier
impl Unpin for PollNotifier
impl UnwindSafe for PollNotifier
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