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