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