pub struct LPTMR0 { /* private fields */ }Expand description
LPTMR0 peripheral
Implementations§
Trait Implementations§
impl Copy for LPTMR0
impl PeripheralType for LPTMR0
Auto Trait Implementations§
impl Freeze for LPTMR0
impl RefUnwindSafe for LPTMR0
impl Send for LPTMR0
impl Sync for LPTMR0
impl Unpin for LPTMR0
impl UnwindSafe for LPTMR0
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