pub struct PwmTimer<TIM> { /* private fields */ }Implementations§
Source§impl<TIM: TimerWithPwm> PwmTimer<TIM>
impl<TIM: TimerWithPwm> PwmTimer<TIM>
Auto Trait Implementations§
impl<TIM> Freeze for PwmTimer<TIM>where
TIM: Freeze,
impl<TIM> RefUnwindSafe for PwmTimer<TIM>where
TIM: RefUnwindSafe,
impl<TIM> Send for PwmTimer<TIM>where
TIM: Send,
impl<TIM> Sync for PwmTimer<TIM>where
TIM: Sync,
impl<TIM> Unpin for PwmTimer<TIM>where
TIM: Unpin,
impl<TIM> UnwindSafe for PwmTimer<TIM>where
TIM: UnwindSafe,
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