Struct avr_device::atmega32u4::PLL
source · pub struct PLL { /* private fields */ }
Expand description
Phase Locked Loop
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PLL
impl RefUnwindSafe for PLL
impl !Sync for PLL
impl Unpin for PLL
impl UnwindSafe for PLL
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