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