pub struct TIM2_CH2 {}
Expand description
Output Compare Channel 2 of Timer 1 (type state)
Auto Trait Implementations§
impl Freeze for TIM2_CH2
impl RefUnwindSafe for TIM2_CH2
impl Send for TIM2_CH2
impl Sync for TIM2_CH2
impl Unpin for TIM2_CH2
impl UnwindSafe for TIM2_CH2
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