pub enum ClockSpeed {
Low,
High,
}
Expand description
Available speeds for the external clock.
Variants§
Trait Implementations§
Source§impl Clone for ClockSpeed
impl Clone for ClockSpeed
Source§fn clone(&self) -> ClockSpeed
fn clone(&self) -> ClockSpeed
Returns a copy 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 ClockSpeed
impl Debug for ClockSpeed
Source§impl PartialEq for ClockSpeed
impl PartialEq for ClockSpeed
impl Copy for ClockSpeed
impl Eq for ClockSpeed
impl StructuralPartialEq for ClockSpeed
Auto Trait Implementations§
impl Freeze for ClockSpeed
impl RefUnwindSafe for ClockSpeed
impl Send for ClockSpeed
impl Sync for ClockSpeed
impl Unpin for ClockSpeed
impl UnwindSafe for ClockSpeed
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