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