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