pub enum BUS_BUSY_A {
BUSY = 1,
IDLE = 0,
}
Expand description
Indicates that UART receive bus is busy
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for BUS_BUSY_A
impl Clone for BUS_BUSY_A
Source§fn clone(&self) -> BUS_BUSY_A
fn clone(&self) -> BUS_BUSY_A
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BUS_BUSY_A
impl Debug for BUS_BUSY_A
Source§impl From<BUS_BUSY_A> for bool
impl From<BUS_BUSY_A> for bool
Source§fn from(variant: BUS_BUSY_A) -> Self
fn from(variant: BUS_BUSY_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BUS_BUSY_A
impl PartialEq for BUS_BUSY_A
impl Copy for BUS_BUSY_A
impl Eq for BUS_BUSY_A
impl StructuralPartialEq for BUS_BUSY_A
Auto Trait Implementations§
impl Freeze for BUS_BUSY_A
impl RefUnwindSafe for BUS_BUSY_A
impl Send for BUS_BUSY_A
impl Sync for BUS_BUSY_A
impl Unpin for BUS_BUSY_A
impl UnwindSafe for BUS_BUSY_A
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