#[repr(u8)]pub enum RxReady {
Yes = 1,
No = 0,
}Expand description
Does the RX FIFO have data?
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RxReady
impl Eq for RxReady
impl IsEnum for RxReady
impl StructuralPartialEq for RxReady
Auto Trait Implementations§
impl Freeze for RxReady
impl RefUnwindSafe for RxReady
impl Send for RxReady
impl Sync for RxReady
impl Unpin for RxReady
impl UnwindSafe for RxReady
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