pub struct CTIMER2 { /* private fields */ }
Expand description
Standard counter/timers (CTIMER0 to 4)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CTIMER2
impl RefUnwindSafe for CTIMER2
impl !Sync for CTIMER2
impl Unpin for CTIMER2
impl UnwindSafe for CTIMER2
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