#[repr(u8)]pub enum RcsrFrf {
BELOW_WATERMARK = 0,
WATERMARK_REACHED = 1,
}Variants§
BELOW_WATERMARK = 0
Receive FIFO watermark not reached.
WATERMARK_REACHED = 1
Receive FIFO watermark has been reached.
Implementations§
Trait Implementations§
Source§impl Ord for RcsrFrf
impl Ord for RcsrFrf
Source§impl PartialOrd for RcsrFrf
impl PartialOrd for RcsrFrf
impl Copy for RcsrFrf
impl Eq for RcsrFrf
impl StructuralPartialEq for RcsrFrf
Auto Trait Implementations§
impl Freeze for RcsrFrf
impl RefUnwindSafe for RcsrFrf
impl Send for RcsrFrf
impl Sync for RcsrFrf
impl Unpin for RcsrFrf
impl UnwindSafe for RcsrFrf
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