#[repr(u8)]pub enum Bypass {
PROGRAMMED_CLK = 0,
BYPASS = 1,
}Variants§
PROGRAMMED_CLK = 0
PFD output is PFD programmed clock.
BYPASS = 1
PFD output is PLL Input clock. (Bypass)
Implementations§
Trait Implementations§
Source§impl Ord for Bypass
impl Ord for Bypass
Source§impl PartialOrd for Bypass
impl PartialOrd for Bypass
impl Copy for Bypass
impl Eq for Bypass
impl StructuralPartialEq for Bypass
Auto Trait Implementations§
impl Freeze for Bypass
impl RefUnwindSafe for Bypass
impl Send for Bypass
impl Sync for Bypass
impl Unpin for Bypass
impl UnwindSafe for Bypass
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