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