pub struct TIM17 { /* private fields */ }
Expand description
General purpose timers
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TIM17
impl RefUnwindSafe for TIM17
impl !Sync for TIM17
impl Unpin for TIM17
impl UnwindSafe for TIM17
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