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