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