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