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