pub struct LP_TIMER { /* private fields */ }
Expand description
LP_TIMER Peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LP_TIMER
impl !Sync for LP_TIMER
impl Unpin for LP_TIMER
impl UnwindSafe for LP_TIMER
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