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