pub enum PLLONW {
OFF,
ON,
}Expand description
Values that can be written to the field PLLON
Variants§
Auto Trait Implementations§
impl Freeze for PLLONW
impl RefUnwindSafe for PLLONW
impl Send for PLLONW
impl Sync for PLLONW
impl Unpin for PLLONW
impl UnwindSafe for PLLONW
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