#[repr(u8)]pub enum Cfr {
CFR_0 = 0,
CFR_1 = 1,
}Variants§
CFR_0 = 0
A rising edge has not been detected on COUT.
CFR_1 = 1
A rising edge on COUT has occurred.
Implementations§
Trait Implementations§
Source§impl Ord for Cfr
impl Ord for Cfr
Source§impl PartialOrd for Cfr
impl PartialOrd for Cfr
impl Copy for Cfr
impl Eq for Cfr
impl StructuralPartialEq for Cfr
Auto Trait Implementations§
impl Freeze for Cfr
impl RefUnwindSafe for Cfr
impl Send for Cfr
impl Sync for Cfr
impl Unpin for Cfr
impl UnwindSafe for Cfr
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