pub enum PclkDiv {
PclkD1 = 3,
PclkD2 = 1,
PclkD4 = 2,
}
Variants§
Trait Implementations§
impl Copy for PclkDiv
impl Eq for PclkDiv
impl StructuralPartialEq for PclkDiv
Auto Trait Implementations§
impl Freeze for PclkDiv
impl RefUnwindSafe for PclkDiv
impl Send for PclkDiv
impl Sync for PclkDiv
impl Unpin for PclkDiv
impl UnwindSafe for PclkDiv
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