pub struct STCTRLL { /* private fields */ }Expand description
Watchdog Status and Control Register Low
Implementations§
Auto Trait Implementations§
impl !Freeze for STCTRLL
impl !RefUnwindSafe for STCTRLL
impl Send for STCTRLL
impl !Sync for STCTRLL
impl Unpin for STCTRLL
impl UnwindSafe for STCTRLL
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