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