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