#[repr(u8)]pub enum Clocking {
Pbclock = 0,
PbclockGated = 1,
External = 2,
}Expand description
Clocking Modes
Variants§
Pbclock = 0
Internal clock (Pbclock)
PbclockGated = 1
Internal clock, gated
External = 2
External clock
Trait Implementations§
impl Copy for Clocking
impl Eq for Clocking
impl StructuralPartialEq for Clocking
Auto Trait Implementations§
impl Freeze for Clocking
impl RefUnwindSafe for Clocking
impl Send for Clocking
impl Sync for Clocking
impl Unpin for Clocking
impl UnwindSafe for Clocking
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