pub struct TimerAFrequency {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimerAFrequency
impl RefUnwindSafe for TimerAFrequency
impl Send for TimerAFrequency
impl Sync for TimerAFrequency
impl Unpin for TimerAFrequency
impl UnwindSafe for TimerAFrequency
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