pub struct PLLCFGR { /* private fields */ }
Expand description
PLL configuration register
Implementations§
Auto Trait Implementations§
impl !Freeze for PLLCFGR
impl !RefUnwindSafe for PLLCFGR
impl Send for PLLCFGR
impl !Sync for PLLCFGR
impl Unpin for PLLCFGR
impl UnwindSafe for PLLCFGR
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