pub struct DbgTimer1StopR { /* private fields */ }
Expand description
Value of the field DBG_TIMER1_STOP
Implementations§
Auto Trait Implementations§
impl Freeze for DbgTimer1StopR
impl RefUnwindSafe for DbgTimer1StopR
impl Send for DbgTimer1StopR
impl Sync for DbgTimer1StopR
impl Unpin for DbgTimer1StopR
impl UnwindSafe for DbgTimer1StopR
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