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