Enum Rxempt
pub enum Rxempt {
_0 = 0,
_1 = 1,
}Expand description
Receive Buffer Empty
Value on reset: 1
Variants§
_0 = 0
0: Receive buffer contains valid data.
_1 = 1
1: Receive buffer is empty, data returned on read is not valid.
Trait Implementations§
impl Copy for Rxempt
impl Eq for Rxempt
impl StructuralPartialEq for Rxempt
Auto Trait Implementations§
impl Freeze for Rxempt
impl RefUnwindSafe for Rxempt
impl Send for Rxempt
impl Sync for Rxempt
impl Unpin for Rxempt
impl UnwindSafe for Rxempt
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