Struct avr_device::atmega4809::RSTCTRL
source · pub struct RSTCTRL { /* private fields */ }
Expand description
Reset controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RSTCTRL
impl RefUnwindSafe for RSTCTRL
impl !Sync for RSTCTRL
impl Unpin for RSTCTRL
impl UnwindSafe for RSTCTRL
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