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