pub enum PLL48CLK {
Pllq,
Pllsai,
}Expand description
PLL48CLK clock source selection
Variants§
Trait Implementations§
impl Copy for PLL48CLK
impl Eq for PLL48CLK
impl StructuralPartialEq for PLL48CLK
Auto Trait Implementations§
impl Freeze for PLL48CLK
impl RefUnwindSafe for PLL48CLK
impl Send for PLL48CLK
impl Sync for PLL48CLK
impl Unpin for PLL48CLK
impl UnwindSafe for PLL48CLK
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