#[repr(u8)]
pub enum TEOCLKF_A {
OTHER,
}
Expand description
Timeout Clock Frequency
Value on reset: 0
Variants
OTHER
0: Get information via another method
Trait Implementations
impl Copy for TEOCLKF_A
impl StructuralPartialEq for TEOCLKF_A
Auto Trait Implementations
impl RefUnwindSafe for TEOCLKF_A
impl Send for TEOCLKF_A
impl Sync for TEOCLKF_A
impl Unpin for TEOCLKF_A
impl UnwindSafe for TEOCLKF_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