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