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