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