pub struct LPTIM1_TRGO;Trait Implementations§
Source§impl ChannelTrigger<DAC1> for LPTIM1_TRGO
impl ChannelTrigger<DAC1> for LPTIM1_TRGO
Auto Trait Implementations§
impl Freeze for LPTIM1_TRGO
impl RefUnwindSafe for LPTIM1_TRGO
impl Send for LPTIM1_TRGO
impl Sync for LPTIM1_TRGO
impl Unpin for LPTIM1_TRGO
impl UnwindSafe for LPTIM1_TRGO
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