pub struct DTIMER { /* private fields */ }
Expand description
data timer register
Implementations§
Auto Trait Implementations§
impl !Freeze for DTIMER
impl !RefUnwindSafe for DTIMER
impl Send for DTIMER
impl !Sync for DTIMER
impl Unpin for DTIMER
impl UnwindSafe for DTIMER
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