pub enum PLLI2SPR {
DIV2,
DIV4,
DIV6,
DIV8,
}
Expand description
Possible values of the field PLLI2SP
Variants§
Implementations§
Trait Implementations§
impl Copy for PLLI2SPR
impl StructuralPartialEq for PLLI2SPR
Auto Trait Implementations§
impl Freeze for PLLI2SPR
impl RefUnwindSafe for PLLI2SPR
impl Send for PLLI2SPR
impl Sync for PLLI2SPR
impl Unpin for PLLI2SPR
impl UnwindSafe for PLLI2SPR
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