Enum Rxempt
pub enum Rxempt {
_0 = 0,
_1 = 1,
}Expand description
Receive Buffer/FIFO Empty
Value on reset: 1
Variants§
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