Struct stm32wlxx_hal::lptim::LpTim2Trg
source · pub struct LpTim2Trg<P> { /* private fields */ }
Expand description
Low-power timer 2 trigger pin.
Constructed with new_trigger_pin
.
Trait Implementations§
Auto Trait Implementations§
impl<P> RefUnwindSafe for LpTim2Trg<P>where P: RefUnwindSafe,
impl<P> Send for LpTim2Trg<P>where P: Send,
impl<P> Sync for LpTim2Trg<P>where P: Sync,
impl<P> Unpin for LpTim2Trg<P>where P: Unpin,
impl<P> UnwindSafe for LpTim2Trg<P>where P: 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