#[repr(u8)]
pub enum BASECLKF_A {
    OTHER,
}Expand description
Base Clock Frequency
Value on reset: 0
Variants
OTHER
0: Get information via another method
Trait Implementations
sourceimpl Clone for BASECLKF_A
 
impl Clone for BASECLKF_A
sourcefn clone(&self) -> BASECLKF_A
 
fn clone(&self) -> BASECLKF_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for BASECLKF_A
 
impl Debug for BASECLKF_A
sourceimpl From<BASECLKF_A> for u8
 
impl From<BASECLKF_A> for u8
sourcefn from(variant: BASECLKF_A) -> Self
 
fn from(variant: BASECLKF_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<BASECLKF_A> for BASECLKF_A
 
impl PartialEq<BASECLKF_A> for BASECLKF_A
sourcefn eq(&self, other: &BASECLKF_A) -> bool
 
fn eq(&self, other: &BASECLKF_A) -> bool
impl Copy for BASECLKF_A
impl StructuralPartialEq for BASECLKF_A
Auto Trait Implementations
impl RefUnwindSafe for BASECLKF_A
impl Send for BASECLKF_A
impl Sync for BASECLKF_A
impl Unpin for BASECLKF_A
impl UnwindSafe for BASECLKF_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more