pub enum ClockSelect {
IPG,
IPG_2,
ADACK,
}Expand description
The clock input for an ADC
Variants§
Trait Implementations§
Source§impl Clone for ClockSelect
impl Clone for ClockSelect
Source§fn clone(&self) -> ClockSelect
fn clone(&self) -> ClockSelect
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClockSelect
Source§impl Debug for ClockSelect
impl Debug for ClockSelect
Source§impl Default for ClockSelect
impl Default for ClockSelect
Source§fn default() -> ClockSelect
fn default() -> ClockSelect
Returns the “default value” for a type. Read more
impl Eq for ClockSelect
Source§impl PartialEq for ClockSelect
impl PartialEq for ClockSelect
impl StructuralPartialEq for ClockSelect
Auto Trait Implementations§
impl Freeze for ClockSelect
impl RefUnwindSafe for ClockSelect
impl Send for ClockSelect
impl Sync for ClockSelect
impl Unpin for ClockSelect
impl UnsafeUnpin for ClockSelect
impl UnwindSafe for ClockSelect
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