Struct pal_async::wait::PolledWait
source · pub struct PolledWait<T> { /* private fields */ }
Expand description
A polled wait object.
Implementations§
source§impl<T: AsFd> PolledWait<T>
impl<T: AsFd> PolledWait<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for PolledWait<T>where
T: Freeze,
impl<T> !RefUnwindSafe for PolledWait<T>
impl<T> Send for PolledWait<T>where
T: Send,
impl<T> Sync for PolledWait<T>where
T: Sync,
impl<T> Unpin for PolledWait<T>where
T: Unpin,
impl<T> !UnwindSafe for PolledWait<T>
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