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