pub struct PllsrcR { /* private fields */ }
Expand description
Value of the field PLLSRC
Implementations§
Auto Trait Implementations§
impl Freeze for PllsrcR
impl RefUnwindSafe for PllsrcR
impl Send for PllsrcR
impl Sync for PllsrcR
impl Unpin for PllsrcR
impl UnwindSafe for PllsrcR
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