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