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