#[repr(u8)]pub enum Teoclkfselect {
Other = 0,
}
Expand description
Timeout Clock Frequency
Value on reset: 0
Variants§
Other = 0
0: Get information via another method
Trait Implementations§
Source§impl Clone for Teoclkfselect
impl Clone for Teoclkfselect
Source§fn clone(&self) -> Teoclkfselect
fn clone(&self) -> Teoclkfselect
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 Teoclkfselect
impl Debug for Teoclkfselect
Source§impl From<Teoclkfselect> for u8
impl From<Teoclkfselect> for u8
Source§fn from(variant: Teoclkfselect) -> Self
fn from(variant: Teoclkfselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Teoclkfselect
impl PartialEq for Teoclkfselect
impl Copy for Teoclkfselect
impl Eq for Teoclkfselect
impl IsEnum for Teoclkfselect
impl StructuralPartialEq for Teoclkfselect
Auto Trait Implementations§
impl Freeze for Teoclkfselect
impl RefUnwindSafe for Teoclkfselect
impl Send for Teoclkfselect
impl Sync for Teoclkfselect
impl Unpin for Teoclkfselect
impl UnwindSafe for Teoclkfselect
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