#[repr(u8)]pub enum IntCtrlFrqCtFail {
FRQ_CT_FAIL_CLEAR = 0,
FRQ_CT_FAIL_ON = 1,
}Variants§
FRQ_CT_FAIL_CLEAR = 0
Same behavior as bit 0 of this register.
FRQ_CT_FAIL_ON = 1
Same behavior as bit 0 of this register.
Implementations§
Trait Implementations§
Source§impl Clone for IntCtrlFrqCtFail
impl Clone for IntCtrlFrqCtFail
Source§fn clone(&self) -> IntCtrlFrqCtFail
fn clone(&self) -> IntCtrlFrqCtFail
Returns a duplicate 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 IntCtrlFrqCtFail
impl Debug for IntCtrlFrqCtFail
Source§impl From<IntCtrlFrqCtFail> for u8
impl From<IntCtrlFrqCtFail> for u8
Source§fn from(val: IntCtrlFrqCtFail) -> u8
fn from(val: IntCtrlFrqCtFail) -> u8
Converts to this type from the input type.
Source§impl From<u8> for IntCtrlFrqCtFail
impl From<u8> for IntCtrlFrqCtFail
Source§fn from(val: u8) -> IntCtrlFrqCtFail
fn from(val: u8) -> IntCtrlFrqCtFail
Converts to this type from the input type.
Source§impl Ord for IntCtrlFrqCtFail
impl Ord for IntCtrlFrqCtFail
Source§fn cmp(&self, other: &IntCtrlFrqCtFail) -> Ordering
fn cmp(&self, other: &IntCtrlFrqCtFail) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IntCtrlFrqCtFail
impl PartialEq for IntCtrlFrqCtFail
Source§impl PartialOrd for IntCtrlFrqCtFail
impl PartialOrd for IntCtrlFrqCtFail
impl Copy for IntCtrlFrqCtFail
impl Eq for IntCtrlFrqCtFail
impl StructuralPartialEq for IntCtrlFrqCtFail
Auto Trait Implementations§
impl Freeze for IntCtrlFrqCtFail
impl RefUnwindSafe for IntCtrlFrqCtFail
impl Send for IntCtrlFrqCtFail
impl Sync for IntCtrlFrqCtFail
impl Unpin for IntCtrlFrqCtFail
impl UnwindSafe for IntCtrlFrqCtFail
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