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