pub struct StandardAppTimer { /* private fields */ }
Trait Implementations§
Source§impl AppTimer for StandardAppTimer
impl AppTimer for StandardAppTimer
Auto Trait Implementations§
impl Freeze for StandardAppTimer
impl RefUnwindSafe for StandardAppTimer
impl Send for StandardAppTimer
impl Sync for StandardAppTimer
impl Unpin for StandardAppTimer
impl UnwindSafe for StandardAppTimer
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