pub struct TIM5_CH1;Trait Implementations§
Source§impl RegularTrigger<ADC1> for TIM5_CH1
impl RegularTrigger<ADC1> for TIM5_CH1
Source§impl RegularTrigger<ADC2> for TIM5_CH1
impl RegularTrigger<ADC2> for TIM5_CH1
Auto Trait Implementations§
impl Freeze for TIM5_CH1
impl RefUnwindSafe for TIM5_CH1
impl Send for TIM5_CH1
impl Sync for TIM5_CH1
impl Unpin for TIM5_CH1
impl UnwindSafe for TIM5_CH1
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