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