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