#[repr(u8)]pub enum Rcr4Fcomb {
DISABLED = 0,
ENA_ON_FIFO_WRITES = 1,
ENA_ON_FIFO_READS = 2,
ENA_ON_FIFO_WRITES_READS = 3,
}Variants§
DISABLED = 0
Disable
ENA_ON_FIFO_WRITES = 1
Enable on FIFO writes (from receive shift registers)
ENA_ON_FIFO_READS = 2
Enable on FIFO reads (by software)
ENA_ON_FIFO_WRITES_READS = 3
Enable on FIFO writes (from receive shift registers) and reads (by software)
Implementations§
Trait Implementations§
Source§impl Ord for Rcr4Fcomb
impl Ord for Rcr4Fcomb
Source§impl PartialOrd for Rcr4Fcomb
impl PartialOrd for Rcr4Fcomb
impl Copy for Rcr4Fcomb
impl Eq for Rcr4Fcomb
impl StructuralPartialEq for Rcr4Fcomb
Auto Trait Implementations§
impl Freeze for Rcr4Fcomb
impl RefUnwindSafe for Rcr4Fcomb
impl Send for Rcr4Fcomb
impl Sync for Rcr4Fcomb
impl Unpin for Rcr4Fcomb
impl UnwindSafe for Rcr4Fcomb
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