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