pub enum ClockOutput {
Clk0 = 0,
Clk1 = 1,
Clk2 = 2,
Clk3 = 3,
Clk4 = 4,
Clk5 = 5,
Clk6 = 6,
Clk7 = 7,
}Variants§
Trait Implementations§
Source§impl Clone for ClockOutput
impl Clone for ClockOutput
Source§fn clone(&self) -> ClockOutput
fn clone(&self) -> ClockOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ClockOutput
impl Debug for ClockOutput
impl Copy for ClockOutput
Auto Trait Implementations§
impl Freeze for ClockOutput
impl RefUnwindSafe for ClockOutput
impl Send for ClockOutput
impl Sync for ClockOutput
impl Unpin for ClockOutput
impl UnwindSafe for ClockOutput
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