pub struct AsyncDevicePoller { /* private fields */ }Implementations§
Source§impl AsyncDevicePoller
impl AsyncDevicePoller
pub async fn poll(&self, timeout: PollTimeout) -> Result<PollStatus>
Trait Implementations§
Source§impl Debug for AsyncDevicePoller
impl Debug for AsyncDevicePoller
Source§impl Drop for AsyncDevicePoller
impl Drop for AsyncDevicePoller
Source§impl From<DevicePoller> for AsyncDevicePoller
impl From<DevicePoller> for AsyncDevicePoller
Source§fn from(poller: DevicePoller) -> AsyncDevicePoller
fn from(poller: DevicePoller) -> AsyncDevicePoller
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AsyncDevicePoller
impl !RefUnwindSafe for AsyncDevicePoller
impl Send for AsyncDevicePoller
impl Sync for AsyncDevicePoller
impl Unpin for AsyncDevicePoller
impl UnsafeUnpin for AsyncDevicePoller
impl !UnwindSafe for AsyncDevicePoller
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