Struct async_timer::timer::WinTimer
source · pub struct WinTimer { /* private fields */ }Expand description
Windows Native timer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for WinTimer
impl Send for WinTimer
impl Sync for WinTimer
impl Unpin for WinTimer
impl UnwindSafe for WinTimer
Blanket Implementations§
source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere F: Future,
§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more