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