pub struct EmbassyTimer { /* private fields */ }
Expand description
A Timer
implementation based on [embassy-time
].
Implementations§
Source§impl EmbassyTimer
impl EmbassyTimer
Trait Implementations§
Source§impl Default for EmbassyTimer
impl Default for EmbassyTimer
Auto Trait Implementations§
impl Freeze for EmbassyTimer
impl RefUnwindSafe for EmbassyTimer
impl Send for EmbassyTimer
impl Sync for EmbassyTimer
impl Unpin for EmbassyTimer
impl UnwindSafe for EmbassyTimer
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