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