pub enum Fifo {
Fifo0 = 0,
Fifo1 = 1,
}
Expand description
Identifies one of the two receive FIFOs.
Variants§
Trait Implementations§
source§impl Ord for Fifo
impl Ord for Fifo
source§impl PartialEq for Fifo
impl PartialEq for Fifo
source§impl PartialOrd for Fifo
impl PartialOrd for Fifo
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Fifo
impl Eq for Fifo
impl StructuralPartialEq for Fifo
Auto Trait Implementations§
impl Freeze for Fifo
impl RefUnwindSafe for Fifo
impl Send for Fifo
impl Sync for Fifo
impl Unpin for Fifo
impl UnwindSafe for Fifo
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