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