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