Struct pal_async::timer::PolledTimer
source · pub struct PolledTimer(/* private fields */);
Expand description
An asynchronous timer.
Implementations§
source§impl PolledTimer
impl PolledTimer
Auto Trait Implementations§
impl Freeze for PolledTimer
impl !RefUnwindSafe for PolledTimer
impl Send for PolledTimer
impl Sync for PolledTimer
impl Unpin for PolledTimer
impl !UnwindSafe for PolledTimer
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