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