pub enum Slckselselect {
Fixed = 0,
Tuned = 1,
}
Expand description
Sampling Clock Select
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Slckselselect
impl Clone for Slckselselect
Source§fn clone(&self) -> Slckselselect
fn clone(&self) -> Slckselselect
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 Slckselselect
impl Debug for Slckselselect
Source§impl From<Slckselselect> for bool
impl From<Slckselselect> for bool
Source§fn from(variant: Slckselselect) -> Self
fn from(variant: Slckselselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Slckselselect
impl PartialEq for Slckselselect
impl Copy for Slckselselect
impl Eq for Slckselselect
impl StructuralPartialEq for Slckselselect
Auto Trait Implementations§
impl Freeze for Slckselselect
impl RefUnwindSafe for Slckselselect
impl Send for Slckselselect
impl Sync for Slckselselect
impl Unpin for Slckselselect
impl UnwindSafe for Slckselselect
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