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